#19cfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
25, 207, 223
HSL
185°, 80%, 49%
CMYK
89, 7, 0, 13
Luminance
0.5016
Every format
| HEX | #19cfdf |
| RGB | rgb(25, 207, 223) |
| HSL | hsl(185, 80%, 49%) |
| CMYK | cmyk(89%, 7%, 0%, 13%) |
| LAB | lab(76.2 -35.4 -19.7) |
| LCH | lch(76.2 40.5 209.1) |
| OKLCH | oklch(0.781 0.130 204.9) |
Copy-ready code
/* CSS */
color: #19cfdf;
background-color: #19cfdf;
/* Tailwind (arbitrary) */
class="text-[#19cfdf] bg-[#19cfdf]"
/* SCSS */
$brand: #19cfdf;
/* SwiftUI */
Color(red: 0.098, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#19cfdf")Accessibility — WCAG contrast
Aa
#19cfdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19cfdf on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green81.2%
Blue87.5%
CMYK percentages
Cyan88.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#19cfdf text on a black background
contrast 11.03:1
Card sample
#19cfdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19cfdf;
Background color
Panel with #19cfdf background
background-color: #19cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19cfdf; background: linear-gradient(135deg, #19cfdf, #194BDF);