#39bfc4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 191, 196
HSL
182°, 55%, 50%
CMYK
71, 3, 0, 23
Luminance
0.4212
Every format
| HEX | #39bfc4 |
| RGB | rgb(57, 191, 196) |
| HSL | hsl(182, 55%, 50%) |
| CMYK | cmyk(71%, 3%, 0%, 23%) |
| LAB | lab(71.0 -33.3 -12.9) |
| LCH | lch(71.0 35.7 201.2) |
| OKLCH | oklch(0.737 0.112 198.7) |
Copy-ready code
/* CSS */
color: #39bfc4;
background-color: #39bfc4;
/* Tailwind (arbitrary) */
class="text-[#39bfc4] bg-[#39bfc4]"
/* SCSS */
$brand: #39bfc4;
/* SwiftUI */
Color(red: 0.224, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#39bfc4")Accessibility — WCAG contrast
Aa
#39bfc4 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bfc4 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green74.9%
Blue76.9%
CMYK percentages
Cyan70.9%
Magenta2.6%
Yellow0.0%
Key (black)23.1%
Color previews
#39bfc4 text on a black background
contrast 9.42:1
Card sample
#39bfc4 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bfc4;
Background color
Panel with #39bfc4 background
background-color: #39bfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bfc4; background: linear-gradient(135deg, #39bfc4, #3962C4);