Shades of Dark Turquoise #1DCEE6
Tints of Dark Turquoise #1DCEE6
RGB
CMYK
RGB Variations
Color information
#1DCEE6 (or 0x1DCEE6) is known color: Dark Turquoise. HEX triplet: 1D, CE and E6. RGB value is (29,206,230). Sum of RGB (Red+Green+Blue) = 29+206+230=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #1DCEE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCEE6 is #E23119. Grayscale: #9B9B9B. Windows color (decimal): -14823706 or 15126045. OLE color: 15126045.
HSL color Cylindrical-coordinate representation of color #1DCEE6: hue angle of 187.16º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCEE6 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 29 | 206 | 230 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.10 |
| HSL | 187.16º | 0.8% | 0.51% | - |
| HSV(B) | 187.16º | 0.87% | 0.9% | - |
| XYZ | 36.86 | 50.12 | 82.59 | - |
| YUV | 155.81 | 169.86 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 230 | 0.87 | 0.10 | 0 | 0.10 | 187.16 | 0.8 | 0.51 |
| Hex | 1D | CE | E6 | 57 | A | 0 | A | BB | 50 | 33 |
| Octal | 35 | 316 | 346 | 127 | 12 | 0 | 12 | 273 | 120 | 63 |
| Binary | 11101 | 11001110 | 11100110 | 1010111 | 1010 | 0 | 1010 | 10111011 | 1010000 | 110011 |
Color Harmonies of #1DCEE6
Complementary color
Monochromatic Colors of #1DCEE6
Black with #1DCEE6
Text Example
Text Example
White with #1DCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEE6; }
p { color: rgb(29,206,230); }
H1.HeaderClassName
{
color: #1DCEE6;
}
.AnyTagClassName
{
color: #1DCEE6;
}
</style>
background-color css
<style>
a { background-color: #1DCEE6; }
a { background-color: rgb(29,206,230); }
div.DivClassName
{
background-color: #1DCEE6;
}
.BgClassName
{
background-color: #1DCEE6;
}
</style>
border-color css
<style>
span { border-color: #1DCEE6; }
span { border-color: rgb(29,206,230); }
td.TdClassName
{
border-color: #1DCEE6;
}
.TagClassName
{
border-color: #1DCEE6;
}
</style>