#55eedc
a balanced, electric cyan · cool · closest name: turquoise
RGB
85, 238, 220
HSL
173°, 82%, 63%
CMYK
64, 0, 8, 7
Luminance
0.6825
Every format
| HEX | #55eedc |
| RGB | rgb(85, 238, 220) |
| HSL | hsl(173, 82%, 63%) |
| CMYK | cmyk(64%, 0%, 8%, 7%) |
| LAB | lab(86.1 -44.2 -3.2) |
| LCH | lch(86.1 44.3 184.1) |
| OKLCH | oklch(0.864 0.130 184.1) |
Copy-ready code
/* CSS */
color: #55eedc;
background-color: #55eedc;
/* Tailwind (arbitrary) */
class="text-[#55eedc] bg-[#55eedc]"
/* SCSS */
$brand: #55eedc;
/* SwiftUI */
Color(red: 0.333, green: 0.933, blue: 0.863)
/* Android */
Color.parseColor("#55eedc")Accessibility — WCAG contrast
Aa
#55eedc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55eedc on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green93.3%
Blue86.3%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow7.6%
Key (black)6.7%
Color previews
#55eedc text on a black background
contrast 14.65:1
Card sample
#55eedc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55eedc;
Background color
Panel with #55eedc background
background-color: #55eedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55eedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 238, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 238, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55eedc; background: linear-gradient(135deg, #55eedc, #559AEE);