Shades of Bright Turquoise #1DCFE8
Tints of Bright Turquoise #1DCFE8
RGB
CMYK
RGB Variations
Color information
#1DCFE8 (or 0x1DCFE8) is known color: Bright Turquoise. HEX triplet: 1D, CF and E8. RGB value is (29,207,232). Sum of RGB (Red+Green+Blue) = 29+207+232=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #1DCFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFE8 is #E23017. Grayscale: #9C9C9C. Windows color (decimal): -14823448 or 15257373. OLE color: 15257373.
HSL color Cylindrical-coordinate representation of color #1DCFE8: hue angle of 187.39º 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 #1DCFE8 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 207 | 232 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.09 |
| HSL | 187.39º | 0.82% | 0.51% | - |
| HSV(B) | 187.39º | 0.88% | 0.91% | - |
| XYZ | 37.39 | 50.71 | 84.16 | - |
| YUV | 156.63 | 170.53 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 232 | 0.88 | 0.11 | 0 | 0.09 | 187.39 | 0.82 | 0.51 |
| Hex | 1D | CF | E8 | 58 | B | 0 | 9 | BB | 52 | 33 |
| Octal | 35 | 317 | 350 | 130 | 13 | 0 | 11 | 273 | 122 | 63 |
| Binary | 11101 | 11001111 | 11101000 | 1011000 | 1011 | 0 | 1001 | 10111011 | 1010010 | 110011 |
Color Harmonies of #1DCFE8
Complementary color
Monochromatic Colors of #1DCFE8
Black with #1DCFE8
Text Example
Text Example
White with #1DCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFE8; }
p { color: rgb(29,207,232); }
H1.HeaderClassName
{
color: #1DCFE8;
}
.AnyTagClassName
{
color: #1DCFE8;
}
</style>
background-color css
<style>
a { background-color: #1DCFE8; }
a { background-color: rgb(29,207,232); }
div.DivClassName
{
background-color: #1DCFE8;
}
.BgClassName
{
background-color: #1DCFE8;
}
</style>
border-color css
<style>
span { border-color: #1DCFE8; }
span { border-color: rgb(29,207,232); }
td.TdClassName
{
border-color: #1DCFE8;
}
.TagClassName
{
border-color: #1DCFE8;
}
</style>