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