#75DBDB
A light, moderate cyan closely aligning with Mediumturquoise.
About #75DBDB
At its core, #75DBDB is a light and moderate hue. It is closely associated with the named CSS color Mediumturquoise. Its digital footprint relies on 117 parts red, 219 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 47% C, 0% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75DBDB
RGB117, 219, 219
HSL180.0°, 58.6%, 65.9%
CMYK47%, 0%, 0%, 14%
HSV180.0°, 46.6%, 85.9%
LAB81.6, -29.7, -9.2
XYZ45.5, 59.6, 76.1
Decimal7723995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.91:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
10.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DBDB;
}
.text-color {
color: #75DBDB;
}
.border-color {
border: 2px solid #75DBDB;
}