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