#75E9DB
A light, vivid cyan closely aligning with Turquoise.
About #75E9DB
When working with digital screens, the color #75E9DB is rendered by mixing light. Its closest recognized web color is Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 233, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 0% magenta, 6% yellow, and 9% black. The HSL representation is 172.8° hue, 72.5% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75E9DB
RGB117, 233, 219
HSL172.8°, 72.5%, 68.6%
CMYK50%, 0%, 6%, 9%
HSV172.8°, 49.8%, 91.4%
LAB85.6, -36.3, -3.3
XYZ49.3, 67.2, 77.4
Decimal7727579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.43:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E9DB;
}
.text-color {
color: #75E9DB;
}
.border-color {
border: 2px solid #75E9DB;
}