Shades of Bright Turquoise #08ECC0
Tints of Bright Turquoise #08ECC0
RGB
CMYK
RGB Variations
Color information
#08ECC0 (or 0x08ECC0) is known color: Bright Turquoise. HEX triplet: 08, EC and C0. RGB value is (8,236,192). Sum of RGB (Red+Green+Blue) = 8+236+192=436 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #08ECC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08ECC0 is #F7133F. Grayscale: #A2A2A2. Windows color (decimal): -16192320 or 12643336. OLE color: 12643336.
HSL color Cylindrical-coordinate representation of color #08ECC0: hue angle of 168.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ECC0 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 192 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.07 |
| HSL | 168.42º | 0.93% | 0.48% | - |
| HSV(B) | 168.42º | 0.97% | 0.93% | - |
| XYZ | 39.61 | 63.85 | 60.11 | - |
| YUV | 162.81 | 144.46 | 17.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 192 | 0.97 | 0 | 0.19 | 0.07 | 168.42 | 0.93 | 0.48 |
| Hex | 8 | EC | C0 | 61 | 0 | 13 | 7 | A8 | 5D | 30 |
| Octal | 10 | 354 | 300 | 141 | 0 | 23 | 7 | 250 | 135 | 60 |
| Binary | 1000 | 11101100 | 11000000 | 1100001 | 0 | 10011 | 111 | 10101000 | 1011101 | 110000 |
Color Harmonies of #08ECC0
Complementary color
Monochromatic Colors of #08ECC0
Black with #08ECC0
Text Example
Text Example
White with #08ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ECC0; }
p { color: rgb(8,236,192); }
H1.HeaderClassName
{
color: #08ECC0;
}
.AnyTagClassName
{
color: #08ECC0;
}
</style>
background-color css
<style>
a { background-color: #08ECC0; }
a { background-color: rgb(8,236,192); }
div.DivClassName
{
background-color: #08ECC0;
}
.BgClassName
{
background-color: #08ECC0;
}
</style>
border-color css
<style>
span { border-color: #08ECC0; }
span { border-color: rgb(8,236,192); }
td.TdClassName
{
border-color: #08ECC0;
}
.TagClassName
{
border-color: #08ECC0;
}
</style>