#60ebdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
96, 235, 219
HSL
173°, 78%, 65%
CMYK
59, 0, 7, 8
Luminance
0.6702
Every format
| HEX | #60ebdb |
| RGB | rgb(96, 235, 219) |
| HSL | hsl(173, 78%, 65%) |
| CMYK | cmyk(59%, 0%, 7%, 8%) |
| LAB | lab(85.5 -41.3 -3.5) |
| LCH | lch(85.5 41.4 184.9) |
| OKLCH | oklch(0.860 0.122 184.7) |
Copy-ready code
/* CSS */
color: #60ebdb;
background-color: #60ebdb;
/* Tailwind (arbitrary) */
class="text-[#60ebdb] bg-[#60ebdb]"
/* SCSS */
$brand: #60ebdb;
/* SwiftUI */
Color(red: 0.376, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#60ebdb")Accessibility — WCAG contrast
Aa
#60ebdb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ebdb on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green92.2%
Blue85.9%
CMYK percentages
Cyan59.1%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#60ebdb text on a black background
contrast 14.40:1
Card sample
#60ebdb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ebdb;
Background color
Panel with #60ebdb background
background-color: #60ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ebdb; background: linear-gradient(135deg, #60ebdb, #609EEB);