Shades of Dark Turquoise #1DCEDE
Tints of Dark Turquoise #1DCEDE
RGB
CMYK
RGB Variations
Color information
#1DCEDE (or 0x1DCEDE) is known color: Dark Turquoise. HEX triplet: 1D, CE and DE. RGB value is (29,206,222). Sum of RGB (Red+Green+Blue) = 29+206+222=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #1DCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCEDE is #E23121. Grayscale: #9A9A9A. Windows color (decimal): -14823714 or 14601757. OLE color: 14601757.
HSL color Cylindrical-coordinate representation of color #1DCEDE: hue angle of 184.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCEDE is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 206 | 222 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.13 |
| HSL | 184.97º | 0.77% | 0.49% | - |
| HSV(B) | 184.97º | 0.87% | 0.87% | - |
| XYZ | 35.76 | 49.68 | 76.81 | - |
| YUV | 154.9 | 165.86 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 222 | 0.87 | 0.07 | 0 | 0.13 | 184.97 | 0.77 | 0.49 |
| Hex | 1D | CE | DE | 57 | 7 | 0 | D | B9 | 4D | 31 |
| Octal | 35 | 316 | 336 | 127 | 7 | 0 | 15 | 271 | 115 | 61 |
| Binary | 11101 | 11001110 | 11011110 | 1010111 | 111 | 0 | 1101 | 10111001 | 1001101 | 110001 |
Color Harmonies of #1DCEDE
Complementary color
Monochromatic Colors of #1DCEDE
Black with #1DCEDE
Text Example
Text Example
White with #1DCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEDE; }
p { color: rgb(29,206,222); }
H1.HeaderClassName
{
color: #1DCEDE;
}
.AnyTagClassName
{
color: #1DCEDE;
}
</style>
background-color css
<style>
a { background-color: #1DCEDE; }
a { background-color: rgb(29,206,222); }
div.DivClassName
{
background-color: #1DCEDE;
}
.BgClassName
{
background-color: #1DCEDE;
}
</style>
border-color css
<style>
span { border-color: #1DCEDE; }
span { border-color: rgb(29,206,222); }
td.TdClassName
{
border-color: #1DCEDE;
}
.TagClassName
{
border-color: #1DCEDE;
}
</style>