#50DBDB
A medium, moderate cyan closely aligning with Mediumturquoise.
About #50DBDB
When working with digital screens, the color #50DBDB is rendered by mixing light. It is closely associated with the named CSS color Mediumturquoise. In the RGB color space, it consists of 80 red, 219 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 63% cyan, 0% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#50DBDB
RGB80, 219, 219
HSL180.0°, 65.9%, 58.6%
CMYK63%, 0%, 0%, 14%
HSV180.0°, 63.5%, 85.9%
LAB80.5, -36.6, -11.1
XYZ41.4, 57.5, 75.9
Decimal5299163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.50:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DBDB;
}
.text-color {
color: #50DBDB;
}
.border-color {
border: 2px solid #50DBDB;
}