#1DD3F0
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DD3F0
The precise color #1DD3F0 is an excellent choice for modern design projects. Its closest recognized web color is Darkturquoise. This translates to an RGB value of rgb(29, 211, 240).
Translating this color to physical media requires the CMYK color model. The color uses 88% Cyan, 12% Magenta, 0% Yellow, and 6% Black. The HSL representation is 188.2° hue, 87.6% saturation, and 52.7% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DD3F0
RGB29, 211, 240
HSL188.2°, 87.6%, 52.7%
CMYK88%, 12%, 0%, 6%
HSV188.2°, 87.9%, 94.1%
LAB78.0, -31.8, -26.1
XYZ39.5, 53.1, 90.6
Decimal1954800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.63:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DD3F0;
}
.text-color {
color: #1DD3F0;
}
.border-color {
border: 2px solid #1DD3F0;
}