Shades of Bright Turquoise #1DCFEB
Tints of Bright Turquoise #1DCFEB
RGB
CMYK
RGB Variations
Color information
#1DCFEB (or 0x1DCFEB) is known color: Bright Turquoise. HEX triplet: 1D, CF and EB. RGB value is (29,207,235). Sum of RGB (Red+Green+Blue) = 29+207+235=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #1DCFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFEB is #E23014. Grayscale: #9C9C9C. Windows color (decimal): -14823445 or 15453981. OLE color: 15453981.
HSL color Cylindrical-coordinate representation of color #1DCFEB: hue angle of 188.16º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCFEB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 207 | 235 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.08 |
| HSL | 188.16º | 0.84% | 0.52% | - |
| HSV(B) | 188.16º | 0.88% | 0.92% | - |
| XYZ | 37.81 | 50.89 | 86.43 | - |
| YUV | 156.97 | 172.03 | 36.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 235 | 0.88 | 0.12 | 0 | 0.08 | 188.16 | 0.84 | 0.52 |
| Hex | 1D | CF | EB | 58 | C | 0 | 8 | BC | 54 | 34 |
| Octal | 35 | 317 | 353 | 130 | 14 | 0 | 10 | 274 | 124 | 64 |
| Binary | 11101 | 11001111 | 11101011 | 1011000 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110100 |
Color Harmonies of #1DCFEB
Complementary color
Monochromatic Colors of #1DCFEB
Black with #1DCFEB
Text Example
Text Example
White with #1DCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFEB; }
p { color: rgb(29,207,235); }
H1.HeaderClassName
{
color: #1DCFEB;
}
.AnyTagClassName
{
color: #1DCFEB;
}
</style>
background-color css
<style>
a { background-color: #1DCFEB; }
a { background-color: rgb(29,207,235); }
div.DivClassName
{
background-color: #1DCFEB;
}
.BgClassName
{
background-color: #1DCFEB;
}
</style>
border-color css
<style>
span { border-color: #1DCFEB; }
span { border-color: rgb(29,207,235); }
td.TdClassName
{
border-color: #1DCFEB;
}
.TagClassName
{
border-color: #1DCFEB;
}
</style>