Shades of Dark Turquoise #1DCBE8
Tints of Dark Turquoise #1DCBE8
RGB
CMYK
RGB Variations
Color information
#1DCBE8 (or 0x1DCBE8) is known color: Dark Turquoise. HEX triplet: 1D, CB and E8. RGB value is (29,203,232). Sum of RGB (Red+Green+Blue) = 29+203+232=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #1DCBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCBE8 is #E23417. Grayscale: #999999. Windows color (decimal): -14824472 or 15256349. OLE color: 15256349.
HSL color Cylindrical-coordinate representation of color #1DCBE8: hue angle of 188.57º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCBE8 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 203 | 232 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.09 |
| HSL | 188.57º | 0.82% | 0.51% | - |
| HSV(B) | 188.57º | 0.88% | 0.91% | - |
| XYZ | 36.43 | 48.8 | 83.84 | - |
| YUV | 154.28 | 171.85 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 232 | 0.88 | 0.12 | 0 | 0.09 | 188.57 | 0.82 | 0.51 |
| Hex | 1D | CB | E8 | 58 | C | 0 | 9 | BD | 52 | 33 |
| Octal | 35 | 313 | 350 | 130 | 14 | 0 | 11 | 275 | 122 | 63 |
| Binary | 11101 | 11001011 | 11101000 | 1011000 | 1100 | 0 | 1001 | 10111101 | 1010010 | 110011 |
Color Harmonies of #1DCBE8
Complementary color
Monochromatic Colors of #1DCBE8
Black with #1DCBE8
Text Example
Text Example
White with #1DCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBE8; }
p { color: rgb(29,203,232); }
H1.HeaderClassName
{
color: #1DCBE8;
}
.AnyTagClassName
{
color: #1DCBE8;
}
</style>
background-color css
<style>
a { background-color: #1DCBE8; }
a { background-color: rgb(29,203,232); }
div.DivClassName
{
background-color: #1DCBE8;
}
.BgClassName
{
background-color: #1DCBE8;
}
</style>
border-color css
<style>
span { border-color: #1DCBE8; }
span { border-color: rgb(29,203,232); }
td.TdClassName
{
border-color: #1DCBE8;
}
.TagClassName
{
border-color: #1DCBE8;
}
</style>