#39ecce
a balanced, electric cyan · cool · closest name: turquoise
RGB
57, 236, 206
HSL
170°, 83%, 58%
CMYK
76, 0, 13, 8
Luminance
0.6532
Every format
| HEX | #39ecce |
| RGB | rgb(57, 236, 206) |
| HSL | hsl(170, 83%, 58%) |
| CMYK | cmyk(76%, 0%, 13%, 8%) |
| LAB | lab(84.6 -50.5 2.0) |
| LCH | lch(84.6 50.6 177.8) |
| OKLCH | oklch(0.849 0.145 178.3) |
Copy-ready code
/* CSS */
color: #39ecce;
background-color: #39ecce;
/* Tailwind (arbitrary) */
class="text-[#39ecce] bg-[#39ecce]"
/* SCSS */
$brand: #39ecce;
/* SwiftUI */
Color(red: 0.224, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#39ecce")Accessibility — WCAG contrast
Aa
#39ecce on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ecce on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green92.5%
Blue80.8%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#39ecce text on a black background
contrast 14.06:1
Card sample
#39ecce text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ecce;
Background color
Panel with #39ecce background
background-color: #39ecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ecce; background: linear-gradient(135deg, #39ecce, #3993EC);