#19e6e6
a balanced, electric cyan · cool · closest name: turquoise
RGB
25, 230, 230
HSL
180°, 80%, 50%
CMYK
89, 0, 0, 10
Luminance
0.6251
Every format
| HEX | #19e6e6 |
| RGB | rgb(25, 230, 230) |
| HSL | hsl(180, 80%, 50%) |
| CMYK | cmyk(89%, 0%, 0%, 10%) |
| LAB | lab(83.2 -43.8 -12.9) |
| LCH | lch(83.2 45.6 196.4) |
| OKLCH | oklch(0.839 0.141 194.8) |
Copy-ready code
/* CSS */
color: #19e6e6;
background-color: #19e6e6;
/* Tailwind (arbitrary) */
class="text-[#19e6e6] bg-[#19e6e6]"
/* SCSS */
$brand: #19e6e6;
/* SwiftUI */
Color(red: 0.098, green: 0.902, blue: 0.902)
/* Android */
Color.parseColor("#19e6e6")Accessibility — WCAG contrast
Aa
#19e6e6 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19e6e6 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green90.2%
Blue90.2%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow0.0%
Key (black)9.8%
Color previews
#19e6e6 text on a black background
contrast 13.50:1
Card sample
#19e6e6 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19e6e6;
Background color
Panel with #19e6e6 background
background-color: #19e6e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19e6e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 230, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 230, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19e6e6; background: linear-gradient(135deg, #19e6e6, #195DE6);