#14e0e0
a balanced, electric cyan · cool · closest name: turquoise
RGB
20, 224, 224
HSL
180°, 84%, 48%
CMYK
91, 0, 0, 12
Luminance
0.5884
Every format
| HEX | #14e0e0 |
| RGB | rgb(20, 224, 224) |
| HSL | hsl(180, 84%, 48%) |
| CMYK | cmyk(91%, 0%, 0%, 12%) |
| LAB | lab(81.2 -43.1 -12.7) |
| LCH | lch(81.2 44.9 196.4) |
| OKLCH | oklch(0.822 0.138 194.8) |
Copy-ready code
/* CSS */
color: #14e0e0;
background-color: #14e0e0;
/* Tailwind (arbitrary) */
class="text-[#14e0e0] bg-[#14e0e0]"
/* SCSS */
$brand: #14e0e0;
/* SwiftUI */
Color(red: 0.078, green: 0.878, blue: 0.878)
/* Android */
Color.parseColor("#14e0e0")Accessibility — WCAG contrast
Aa
#14e0e0 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14e0e0 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green87.8%
Blue87.8%
CMYK percentages
Cyan91.1%
Magenta0.0%
Yellow0.0%
Key (black)12.2%
Color previews
#14e0e0 text on a black background
contrast 12.77:1
Card sample
#14e0e0 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14e0e0;
Background color
Panel with #14e0e0 background
background-color: #14e0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14e0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 224, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 224, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14e0e0; background: linear-gradient(135deg, #14e0e0, #1458E0);