#50DBBD
A medium, moderate cyan closely aligning with Turquoise.
About #50DBBD
Visually, #50DBBD is defined as a moderate cyan. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 219, and 189.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 63% cyan, 0% magenta, 14% yellow, and 14% black. With a hue angle of 167.1 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50DBBD
RGB80, 219, 189
HSL167.1°, 65.9%, 58.6%
CMYK63%, 0%, 14%, 14%
HSV167.1°, 63.5%, 85.9%
LAB79.6, -44.5, 3.7
XYZ37.8, 56.0, 57.0
Decimal5299133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.21:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50DBBD;
}
.text-color {
color: #50DBBD;
}
.border-color {
border: 2px solid #50DBBD;
}