#56eee0
a balanced, electric cyan · cool · closest name: turquoise
RGB
86, 238, 224
HSL
175°, 82%, 64%
CMYK
64, 0, 6, 7
Luminance
0.6851
Every format
| HEX | #56eee0 |
| RGB | rgb(86, 238, 224) |
| HSL | hsl(175, 82%, 64%) |
| CMYK | cmyk(64%, 0%, 6%, 7%) |
| LAB | lab(86.3 -43.0 -5.1) |
| LCH | lch(86.3 43.3 186.7) |
| OKLCH | oklch(0.866 0.129 186.4) |
Copy-ready code
/* CSS */
color: #56eee0;
background-color: #56eee0;
/* Tailwind (arbitrary) */
class="text-[#56eee0] bg-[#56eee0]"
/* SCSS */
$brand: #56eee0;
/* SwiftUI */
Color(red: 0.337, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#56eee0")Accessibility — WCAG contrast
Aa
#56eee0 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56eee0 on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green93.3%
Blue87.8%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#56eee0 text on a black background
contrast 14.70:1
Card sample
#56eee0 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56eee0;
Background color
Panel with #56eee0 background
background-color: #56eee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56eee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56eee0; background: linear-gradient(135deg, #56eee0, #5697EE);