#13eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
19, 236, 205
HSL
171°, 85%, 50%
CMYK
92, 0, 13, 8
Luminance
0.6454
Every format
| HEX | #13eccd |
| RGB | rgb(19, 236, 205) |
| HSL | hsl(171, 85%, 50%) |
| CMYK | cmyk(92%, 0%, 13%, 8%) |
| LAB | lab(84.2 -53.4 1.9) |
| LCH | lch(84.2 53.5 178.0) |
| OKLCH | oklch(0.845 0.153 178.5) |
Copy-ready code
/* CSS */
color: #13eccd;
background-color: #13eccd;
/* Tailwind (arbitrary) */
class="text-[#13eccd] bg-[#13eccd]"
/* SCSS */
$brand: #13eccd;
/* SwiftUI */
Color(red: 0.075, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#13eccd")Accessibility — WCAG contrast
Aa
#13eccd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13eccd on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green92.5%
Blue80.4%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#13eccd text on a black background
contrast 13.91:1
Card sample
#13eccd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13eccd;
Background color
Panel with #13eccd background
background-color: #13eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13eccd; background: linear-gradient(135deg, #13eccd, #137AEC);