#43ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
67, 206, 172
HSL
165°, 59%, 54%
CMYK
68, 0, 17, 19
Luminance
0.4831
Every format
| HEX | #43ceac |
| RGB | rgb(67, 206, 172) |
| HSL | hsl(165, 59%, 54%) |
| CMYK | cmyk(68%, 0%, 17%, 19%) |
| LAB | lab(75.0 -45.1 6.1) |
| LCH | lch(75.0 45.5 172.3) |
| OKLCH | oklch(0.768 0.128 173.0) |
Copy-ready code
/* CSS */
color: #43ceac;
background-color: #43ceac;
/* Tailwind (arbitrary) */
class="text-[#43ceac] bg-[#43ceac]"
/* SCSS */
$brand: #43ceac;
/* SwiftUI */
Color(red: 0.263, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#43ceac")Accessibility — WCAG contrast
Aa
#43ceac on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43ceac on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green80.8%
Blue67.5%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#43ceac text on a black background
contrast 10.66:1
Card sample
#43ceac text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43ceac;
Background color
Panel with #43ceac background
background-color: #43ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43ceac; background: linear-gradient(135deg, #43ceac, #4393CE);