#19cfba
a balanced, electric cyan · cool · closest name: turquoise
RGB
25, 207, 186
HSL
173°, 78%, 46%
CMYK
88, 0, 10, 19
Luminance
0.4838
Every format
| HEX | #19cfba |
| RGB | rgb(25, 207, 186) |
| HSL | hsl(173, 78%, 46%) |
| CMYK | cmyk(88%, 0%, 10%, 19%) |
| LAB | lab(75.1 -46.2 -1.4) |
| LCH | lch(75.1 46.2 181.8) |
| OKLCH | oklch(0.768 0.135 182.0) |
Copy-ready code
/* CSS */
color: #19cfba;
background-color: #19cfba;
/* Tailwind (arbitrary) */
class="text-[#19cfba] bg-[#19cfba]"
/* SCSS */
$brand: #19cfba;
/* SwiftUI */
Color(red: 0.098, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#19cfba")Accessibility — WCAG contrast
Aa
#19cfba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19cfba on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#19cfba text on a black background
contrast 10.68:1
Card sample
#19cfba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19cfba;
Background color
Panel with #19cfba background
background-color: #19cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19cfba; background: linear-gradient(135deg, #19cfba, #196BCF);