#73feee
a light, electric cyan · cool · closest name: turquoise
RGB
115, 254, 238
HSL
173°, 99%, 72%
CMYK
55, 0, 6, 0
Luminance
0.8070
Every format
| HEX | #73feee |
| RGB | rgb(115, 254, 238) |
| HSL | hsl(173, 99%, 72%) |
| CMYK | cmyk(55%, 0%, 6%, 0%) |
| LAB | lab(92.0 -41.5 -3.8) |
| LCH | lch(92.0 41.7 185.3) |
| OKLCH | oklch(0.916 0.124 185.1) |
Copy-ready code
/* CSS */
color: #73feee;
background-color: #73feee;
/* Tailwind (arbitrary) */
class="text-[#73feee] bg-[#73feee]"
/* SCSS */
$brand: #73feee;
/* SwiftUI */
Color(red: 0.451, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#73feee")Accessibility — WCAG contrast
Aa
#73feee on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73feee on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green99.6%
Blue93.3%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#73feee text on a black background
contrast 17.14:1
Card sample
#73feee text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73feee;
Background color
Panel with #73feee background
background-color: #73feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73feee; background: linear-gradient(135deg, #73feee, #73B1FE);