#39eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
57, 237, 223
HSL
175°, 83%, 58%
CMYK
76, 0, 6, 7
Luminance
0.6677
Every format
| HEX | #39eddf |
| RGB | rgb(57, 237, 223) |
| HSL | hsl(175, 83%, 58%) |
| CMYK | cmyk(76%, 0%, 6%, 7%) |
| LAB | lab(85.4 -46.5 -5.9) |
| LCH | lch(85.4 46.9 187.2) |
| OKLCH | oklch(0.857 0.139 186.9) |
Copy-ready code
/* CSS */
color: #39eddf;
background-color: #39eddf;
/* Tailwind (arbitrary) */
class="text-[#39eddf] bg-[#39eddf]"
/* SCSS */
$brand: #39eddf;
/* SwiftUI */
Color(red: 0.224, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#39eddf")Accessibility — WCAG contrast
Aa
#39eddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39eddf on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green92.9%
Blue87.5%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#39eddf text on a black background
contrast 14.35:1
Card sample
#39eddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39eddf;
Background color
Panel with #39eddf background
background-color: #39eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39eddf; background: linear-gradient(135deg, #39eddf, #3983ED);