#1DD3DB
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DD3DB
At its core, #1DD3DB is a medium and vivid hue. Its closest recognized web color is Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 211, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 87% Cyan, 4% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DD3DB
RGB29, 211, 219
HSL182.5°, 76.6%, 48.6%
CMYK87%, 4%, 0%, 14%
HSV182.5°, 86.8%, 85.9%
LAB77.3, -38.3, -15.9
XYZ36.6, 52.0, 75.1
Decimal1954779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DD3DB;
}
.text-color {
color: #1DD3DB;
}
.border-color {
border: 2px solid #1DD3DB;
}