#73fceb
a light, electric cyan · cool · closest name: turquoise
RGB
115, 252, 235
HSL
173°, 96%, 72%
CMYK
54, 0, 7, 1
Luminance
0.7926
Every format
| HEX | #73fceb |
| RGB | rgb(115, 252, 235) |
| HSL | hsl(173, 96%, 72%) |
| CMYK | cmyk(54%, 0%, 7%, 1%) |
| LAB | lab(91.3 -41.4 -3.2) |
| LCH | lch(91.3 41.5 184.4) |
| OKLCH | oklch(0.910 0.123 184.4) |
Copy-ready code
/* CSS */
color: #73fceb;
background-color: #73fceb;
/* Tailwind (arbitrary) */
class="text-[#73fceb] bg-[#73fceb]"
/* SCSS */
$brand: #73fceb;
/* SwiftUI */
Color(red: 0.451, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#73fceb")Accessibility — WCAG contrast
Aa
#73fceb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73fceb on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#73fceb text on a black background
contrast 16.85:1
Card sample
#73fceb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73fceb;
Background color
Panel with #73fceb background
background-color: #73fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73fceb; background: linear-gradient(135deg, #73fceb, #73B2FC);