Shades of Dark Turquoise #1DCADA
Tints of Dark Turquoise #1DCADA
RGB
CMYK
RGB Variations
Color information
#1DCADA (or 0x1DCADA) is known color: Dark Turquoise. HEX triplet: 1D, CA and DA. RGB value is (29,202,218). Sum of RGB (Red+Green+Blue) = 29+202+218=449 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.46% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #1DCADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCADA is #E23525. Grayscale: #979797. Windows color (decimal): -14824742 or 14338589. OLE color: 14338589.
HSL color Cylindrical-coordinate representation of color #1DCADA: hue angle of 185.08º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCADA is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 202 | 218 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.15 |
| HSL | 185.08º | 0.77% | 0.48% | - |
| HSV(B) | 185.08º | 0.87% | 0.85% | - |
| XYZ | 34.28 | 47.56 | 73.7 | - |
| YUV | 152.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 218 | 0.87 | 0.07 | 0 | 0.15 | 185.08 | 0.77 | 0.48 |
| Hex | 1D | CA | DA | 57 | 7 | 0 | F | B9 | 4D | 30 |
| Octal | 35 | 312 | 332 | 127 | 7 | 0 | 17 | 271 | 115 | 60 |
| Binary | 11101 | 11001010 | 11011010 | 1010111 | 111 | 0 | 1111 | 10111001 | 1001101 | 110000 |
Color Harmonies of #1DCADA
Complementary color
Monochromatic Colors of #1DCADA
Black with #1DCADA
Text Example
Text Example
White with #1DCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCADA; }
p { color: rgb(29,202,218); }
H1.HeaderClassName
{
color: #1DCADA;
}
.AnyTagClassName
{
color: #1DCADA;
}
</style>
background-color css
<style>
a { background-color: #1DCADA; }
a { background-color: rgb(29,202,218); }
div.DivClassName
{
background-color: #1DCADA;
}
.BgClassName
{
background-color: #1DCADA;
}
</style>
border-color css
<style>
span { border-color: #1DCADA; }
span { border-color: rgb(29,202,218); }
td.TdClassName
{
border-color: #1DCADA;
}
.TagClassName
{
border-color: #1DCADA;
}
</style>