Shades of Dark Turquoise #1DCED5
Tints of Dark Turquoise #1DCED5
RGB
CMYK
RGB Variations
Color information
#1DCED5 (or 0x1DCED5) is known color: Dark Turquoise. HEX triplet: 1D, CE and D5. RGB value is (29,206,213). Sum of RGB (Red+Green+Blue) = 29+206+213=448 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.47% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #1DCED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCED5 is #E2312A. Grayscale: #999999. Windows color (decimal): -14823723 or 14011933. OLE color: 14011933.
HSL color Cylindrical-coordinate representation of color #1DCED5: hue angle of 182.28º 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 #1DCED5 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 206 | 213 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.16 |
| HSL | 182.28º | 0.76% | 0.47% | - |
| HSV(B) | 182.28º | 0.86% | 0.84% | - |
| XYZ | 34.59 | 49.21 | 70.63 | - |
| YUV | 153.88 | 161.36 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 213 | 0.86 | 0.03 | 0 | 0.16 | 182.28 | 0.76 | 0.47 |
| Hex | 1D | CE | D5 | 56 | 3 | 0 | 10 | B6 | 4C | 2F |
| Octal | 35 | 316 | 325 | 126 | 3 | 0 | 20 | 266 | 114 | 57 |
| Binary | 11101 | 11001110 | 11010101 | 1010110 | 11 | 0 | 10000 | 10110110 | 1001100 | 101111 |
Color Harmonies of #1DCED5
Complementary color
Monochromatic Colors of #1DCED5
Black with #1DCED5
Text Example
Text Example
White with #1DCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCED5; }
p { color: rgb(29,206,213); }
H1.HeaderClassName
{
color: #1DCED5;
}
.AnyTagClassName
{
color: #1DCED5;
}
</style>
background-color css
<style>
a { background-color: #1DCED5; }
a { background-color: rgb(29,206,213); }
div.DivClassName
{
background-color: #1DCED5;
}
.BgClassName
{
background-color: #1DCED5;
}
</style>
border-color css
<style>
span { border-color: #1DCED5; }
span { border-color: rgb(29,206,213); }
td.TdClassName
{
border-color: #1DCED5;
}
.TagClassName
{
border-color: #1DCED5;
}
</style>