#75F0DB
A light, vivid cyan closely aligning with Turquoise.
About #75F0DB
At its core, #75F0DB is a light and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 117 parts red, 240 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 51% cyan, 0% magenta, 9% yellow, and 6% black. With a hue angle of 169.8 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75F0DB
RGB117, 240, 219
HSL169.8°, 80.4%, 70.0%
CMYK51%, 0%, 9%, 6%
HSV169.8°, 51.3%, 94.1%
LAB87.6, -39.5, -0.4
XYZ51.3, 71.2, 78.1
Decimal7729371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.24:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F0DB;
}
.text-color {
color: #75F0DB;
}
.border-color {
border: 2px solid #75F0DB;
}