#44cfcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 207, 207
HSL
180°, 59%, 54%
CMYK
67, 0, 0, 19
Luminance
0.5036
Every format
| HEX | #44cfcf |
| RGB | rgb(68, 207, 207) |
| HSL | hsl(180, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 0%, 19%) |
| LAB | lab(76.3 -36.2 -10.9) |
| LCH | lch(76.3 37.8 196.7) |
| OKLCH | oklch(0.782 0.116 195.0) |
Copy-ready code
/* CSS */
color: #44cfcf;
background-color: #44cfcf;
/* Tailwind (arbitrary) */
class="text-[#44cfcf] bg-[#44cfcf]"
/* SCSS */
$brand: #44cfcf;
/* SwiftUI */
Color(red: 0.267, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#44cfcf")Accessibility — WCAG contrast
Aa
#44cfcf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cfcf on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green81.2%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#44cfcf text on a black background
contrast 11.07:1
Card sample
#44cfcf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cfcf;
Background color
Panel with #44cfcf background
background-color: #44cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cfcf; background: linear-gradient(135deg, #44cfcf, #4472CF);