#73eccf
a light, electric cyan · cool · closest name: turquoise
RGB
115, 236, 207
HSL
166°, 76%, 69%
CMYK
51, 0, 12, 8
Luminance
0.6814
Every format
| HEX | #73eccf |
| RGB | rgb(115, 236, 207) |
| HSL | hsl(166, 76%, 69%) |
| CMYK | cmyk(51%, 0%, 12%, 8%) |
| LAB | lab(86.1 -40.9 3.7) |
| LCH | lch(86.1 41.1 174.8) |
| OKLCH | oklch(0.865 0.118 175.5) |
Copy-ready code
/* CSS */
color: #73eccf;
background-color: #73eccf;
/* Tailwind (arbitrary) */
class="text-[#73eccf] bg-[#73eccf]"
/* SCSS */
$brand: #73eccf;
/* SwiftUI */
Color(red: 0.451, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#73eccf")Accessibility — WCAG contrast
Aa
#73eccf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73eccf on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green92.5%
Blue81.2%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#73eccf text on a black background
contrast 14.63:1
Card sample
#73eccf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73eccf;
Background color
Panel with #73eccf background
background-color: #73eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73eccf; background: linear-gradient(135deg, #73eccf, #73B8EC);