Shades of Dark Turquoise #1DD1CF
Tints of Dark Turquoise #1DD1CF
RGB
CMYK
RGB Variations
Color information
#1DD1CF (or 0x1DD1CF) is known color: Dark Turquoise. HEX triplet: 1D, D1 and CF. RGB value is (29,209,207). Sum of RGB (Red+Green+Blue) = 29+209+207=445 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.52% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD1CF is #E22E30. Grayscale: #9A9A9A. Windows color (decimal): -14822961 or 13619485. OLE color: 13619485.
HSL color Cylindrical-coordinate representation of color #1DD1CF: hue angle of 179.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD1CF is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 209 | 207 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.18 |
| HSL | 179.33º | 0.76% | 0.47% | - |
| HSV(B) | 179.33º | 0.86% | 0.82% | - |
| XYZ | 34.57 | 50.37 | 66.93 | - |
| YUV | 154.95 | 157.37 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 209 | 207 | 0.86 | 0 | 0.01 | 0.18 | 179.33 | 0.76 | 0.47 |
| Hex | 1D | D1 | CF | 56 | 0 | 1 | 12 | B3 | 4C | 2F |
| Octal | 35 | 321 | 317 | 126 | 0 | 1 | 22 | 263 | 114 | 57 |
| Binary | 11101 | 11010001 | 11001111 | 1010110 | 0 | 1 | 10010 | 10110011 | 1001100 | 101111 |
Color Harmonies of #1DD1CF
Complementary color
Monochromatic Colors of #1DD1CF
Black with #1DD1CF
Text Example
Text Example
White with #1DD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD1CF; }
p { color: rgb(29,209,207); }
H1.HeaderClassName
{
color: #1DD1CF;
}
.AnyTagClassName
{
color: #1DD1CF;
}
</style>
background-color css
<style>
a { background-color: #1DD1CF; }
a { background-color: rgb(29,209,207); }
div.DivClassName
{
background-color: #1DD1CF;
}
.BgClassName
{
background-color: #1DD1CF;
}
</style>
border-color css
<style>
span { border-color: #1DD1CF; }
span { border-color: rgb(29,209,207); }
td.TdClassName
{
border-color: #1DD1CF;
}
.TagClassName
{
border-color: #1DD1CF;
}
</style>