Shades of Dark Turquoise #1DCFD5
Tints of Dark Turquoise #1DCFD5
RGB
CMYK
RGB Variations
Color information
#1DCFD5 (or 0x1DCFD5) is known color: Dark Turquoise. HEX triplet: 1D, CF and D5. RGB value is (29,207,213). Sum of RGB (Red+Green+Blue) = 29+207+213=449 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.46% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #1DCFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFD5 is #E2302A. Grayscale: #9A9A9A. Windows color (decimal): -14823467 or 14012189. OLE color: 14012189.
HSL color Cylindrical-coordinate representation of color #1DCFD5: hue angle of 181.96º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFD5 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 207 | 213 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.16 |
| HSL | 181.96º | 0.76% | 0.47% | - |
| HSV(B) | 181.96º | 0.86% | 0.84% | - |
| XYZ | 34.83 | 49.69 | 70.71 | - |
| YUV | 154.46 | 161.03 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 213 | 0.86 | 0.03 | 0 | 0.16 | 181.96 | 0.76 | 0.47 |
| Hex | 1D | CF | D5 | 56 | 3 | 0 | 10 | B6 | 4C | 2F |
| Octal | 35 | 317 | 325 | 126 | 3 | 0 | 20 | 266 | 114 | 57 |
| Binary | 11101 | 11001111 | 11010101 | 1010110 | 11 | 0 | 10000 | 10110110 | 1001100 | 101111 |
Color Harmonies of #1DCFD5
Complementary color
Monochromatic Colors of #1DCFD5
Black with #1DCFD5
Text Example
Text Example
White with #1DCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFD5; }
p { color: rgb(29,207,213); }
H1.HeaderClassName
{
color: #1DCFD5;
}
.AnyTagClassName
{
color: #1DCFD5;
}
</style>
background-color css
<style>
a { background-color: #1DCFD5; }
a { background-color: rgb(29,207,213); }
div.DivClassName
{
background-color: #1DCFD5;
}
.BgClassName
{
background-color: #1DCFD5;
}
</style>
border-color css
<style>
span { border-color: #1DCFD5; }
span { border-color: rgb(29,207,213); }
td.TdClassName
{
border-color: #1DCFD5;
}
.TagClassName
{
border-color: #1DCFD5;
}
</style>