Shades of Bright Turquoise #08ECE9
Tints of Bright Turquoise #08ECE9
RGB
CMYK
RGB Variations
Color information
#08ECE9 (or 0x08ECE9) is known color: Bright Turquoise. HEX triplet: 08, EC and E9. RGB value is (8,236,233). Sum of RGB (Red+Green+Blue) = 8+236+233=477 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.68% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #08ECE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08ECE9 is #F71316. Grayscale: #A7A7A7. Windows color (decimal): -16192279 or 15330312. OLE color: 15330312.
HSL color Cylindrical-coordinate representation of color #08ECE9: hue angle of 179.21º 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 #08ECE9 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 236 | 233 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.07 |
| HSL | 179.21º | 0.93% | 0.48% | - |
| HSV(B) | 179.21º | 0.97% | 0.93% | - |
| XYZ | 44.8 | 65.93 | 87.45 | - |
| YUV | 167.49 | 164.96 | 14.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 236 | 233 | 0.97 | 0 | 0.01 | 0.07 | 179.21 | 0.93 | 0.48 |
| Hex | 8 | EC | E9 | 61 | 0 | 1 | 7 | B3 | 5D | 30 |
| Octal | 10 | 354 | 351 | 141 | 0 | 1 | 7 | 263 | 135 | 60 |
| Binary | 1000 | 11101100 | 11101001 | 1100001 | 0 | 1 | 111 | 10110011 | 1011101 | 110000 |
Color Harmonies of #08ECE9
Complementary color
Monochromatic Colors of #08ECE9
Black with #08ECE9
Text Example
Text Example
White with #08ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ECE9; }
p { color: rgb(8,236,233); }
H1.HeaderClassName
{
color: #08ECE9;
}
.AnyTagClassName
{
color: #08ECE9;
}
</style>
background-color css
<style>
a { background-color: #08ECE9; }
a { background-color: rgb(8,236,233); }
div.DivClassName
{
background-color: #08ECE9;
}
.BgClassName
{
background-color: #08ECE9;
}
</style>
border-color css
<style>
span { border-color: #08ECE9; }
span { border-color: rgb(8,236,233); }
td.TdClassName
{
border-color: #08ECE9;
}
.TagClassName
{
border-color: #08ECE9;
}
</style>