#73cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
115, 205, 186
HSL
167°, 47%, 63%
CMYK
44, 0, 9, 20
Luminance
0.5085
Every format
| HEX | #73cdba |
| RGB | rgb(115, 205, 186) |
| HSL | hsl(167, 47%, 63%) |
| CMYK | cmyk(44%, 0%, 9%, 20%) |
| LAB | lab(76.6 -31.5 1.1) |
| LCH | lch(76.6 31.5 178.1) |
| OKLCH | oklch(0.787 0.091 178.5) |
Copy-ready code
/* CSS */
color: #73cdba;
background-color: #73cdba;
/* Tailwind (arbitrary) */
class="text-[#73cdba] bg-[#73cdba]"
/* SCSS */
$brand: #73cdba;
/* SwiftUI */
Color(red: 0.451, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#73cdba")Accessibility — WCAG contrast
Aa
#73cdba on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cdba on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green80.4%
Blue72.9%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#73cdba text on a black background
contrast 11.17:1
Card sample
#73cdba text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cdba;
Background color
Panel with #73cdba background
background-color: #73cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cdba; background: linear-gradient(135deg, #73cdba, #73A4CD);