#75FFF0
A light, vivid cyan closely aligning with Turquoise.
About #75FFF0
At its core, #75FFF0 is a light and vivid hue. It is closely associated with the named CSS color Turquoise. Its digital footprint relies on 117 parts red, 255 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 54% cyan, 0% magenta, 6% yellow, and 0% black. The HSL representation is 173.5° hue, 100.0% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75FFF0
RGB117, 255, 240
HSL173.5°, 100.0%, 72.9%
CMYK54%, 0%, 6%, 0%
HSV173.5°, 54.1%, 100.0%
LAB92.4, -41.1, -4.3
XYZ58.8, 81.6, 95.1
Decimal7733232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.32:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FFF0;
}
.text-color {
color: #75FFF0;
}
.border-color {
border: 2px solid #75FFF0;
}