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