#39eedf
a balanced, electric cyan · cool · closest name: turquoise
RGB
57, 238, 223
HSL
175°, 84%, 58%
CMYK
76, 0, 6, 7
Luminance
0.6735
Every format
| HEX | #39eedf |
| RGB | rgb(57, 238, 223) |
| HSL | hsl(175, 84%, 58%) |
| CMYK | cmyk(76%, 0%, 6%, 7%) |
| LAB | lab(85.7 -46.9 -5.5) |
| LCH | lch(85.7 47.2 186.6) |
| OKLCH | oklch(0.859 0.140 186.4) |
Copy-ready code
/* CSS */
color: #39eedf;
background-color: #39eedf;
/* Tailwind (arbitrary) */
class="text-[#39eedf] bg-[#39eedf]"
/* SCSS */
$brand: #39eedf;
/* SwiftUI */
Color(red: 0.224, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#39eedf")Accessibility — WCAG contrast
Aa
#39eedf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39eedf on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green93.3%
Blue87.5%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#39eedf text on a black background
contrast 14.47:1
Card sample
#39eedf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39eedf;
Background color
Panel with #39eedf background
background-color: #39eedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39eedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39eedf; background: linear-gradient(135deg, #39eedf, #3984EE);