Shades of Bright Turquoise #08E2EE
Tints of Bright Turquoise #08E2EE
RGB
CMYK
RGB Variations
Color information
#08E2EE (or 0x08E2EE) is known color: Bright Turquoise. HEX triplet: 08, E2 and EE. RGB value is (8,226,238). Sum of RGB (Red+Green+Blue) = 8+226+238=472 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.69% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #08E2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08E2EE is #F71D11. Grayscale: #A1A1A1. Windows color (decimal): -16194834 or 15655432. OLE color: 15655432.
HSL color Cylindrical-coordinate representation of color #08E2EE: hue angle of 183.13º 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 #08E2EE is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 226 | 238 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.07 |
| HSL | 183.13º | 0.93% | 0.48% | - |
| HSV(B) | 183.13º | 0.97% | 0.93% | - |
| XYZ | 42.73 | 60.62 | 90.34 | - |
| YUV | 162.19 | 170.78 | 18.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 226 | 238 | 0.97 | 0.05 | 0 | 0.07 | 183.13 | 0.93 | 0.48 |
| Hex | 8 | E2 | EE | 61 | 5 | 0 | 7 | B7 | 5D | 30 |
| Octal | 10 | 342 | 356 | 141 | 5 | 0 | 7 | 267 | 135 | 60 |
| Binary | 1000 | 11100010 | 11101110 | 1100001 | 101 | 0 | 111 | 10110111 | 1011101 | 110000 |
Color Harmonies of #08E2EE
Complementary color
Monochromatic Colors of #08E2EE
Black with #08E2EE
Text Example
Text Example
White with #08E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E2EE; }
p { color: rgb(8,226,238); }
H1.HeaderClassName
{
color: #08E2EE;
}
.AnyTagClassName
{
color: #08E2EE;
}
</style>
background-color css
<style>
a { background-color: #08E2EE; }
a { background-color: rgb(8,226,238); }
div.DivClassName
{
background-color: #08E2EE;
}
.BgClassName
{
background-color: #08E2EE;
}
</style>
border-color css
<style>
span { border-color: #08E2EE; }
span { border-color: rgb(8,226,238); }
td.TdClassName
{
border-color: #08E2EE;
}
.TagClassName
{
border-color: #08E2EE;
}
</style>