Shades of Bright Turquoise #08E3E2
Tints of Bright Turquoise #08E3E2
RGB
CMYK
RGB Variations
Color information
#08E3E2 (or 0x08E3E2) is known color: Bright Turquoise. HEX triplet: 08, E3 and E2. RGB value is (8,227,226). Sum of RGB (Red+Green+Blue) = 8+227+226=461 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #08E3E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E3E2 is #F71C1D. Grayscale: #A1A1A1. Windows color (decimal): -16194590 or 14869256. OLE color: 14869256.
HSL color Cylindrical-coordinate representation of color #08E3E2: hue angle of 179.73º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E3E2 is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 227 | 226 | - |
| CMYK | 0.96 | 0 | 0.00 | 0.11 |
| HSL | 179.73º | 0.93% | 0.46% | - |
| HSV(B) | 179.73º | 0.96% | 0.89% | - |
| XYZ | 41.3 | 60.48 | 81.45 | - |
| YUV | 161.41 | 164.45 | 18.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 226 | 0.96 | 0 | 0.00 | 0.11 | 179.73 | 0.93 | 0.46 |
| Hex | 8 | E3 | E2 | 60 | 0 | 0 | B | B4 | 5D | 2E |
| Octal | 10 | 343 | 342 | 140 | 0 | 0 | 13 | 264 | 135 | 56 |
| Binary | 1000 | 11100011 | 11100010 | 1100000 | 0 | 0 | 1011 | 10110100 | 1011101 | 101110 |
Color Harmonies of #08E3E2
Complementary color
Monochromatic Colors of #08E3E2
Black with #08E3E2
Text Example
Text Example
White with #08E3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E3E2; }
p { color: rgb(8,227,226); }
H1.HeaderClassName
{
color: #08E3E2;
}
.AnyTagClassName
{
color: #08E3E2;
}
</style>
background-color css
<style>
a { background-color: #08E3E2; }
a { background-color: rgb(8,227,226); }
div.DivClassName
{
background-color: #08E3E2;
}
.BgClassName
{
background-color: #08E3E2;
}
</style>
border-color css
<style>
span { border-color: #08E3E2; }
span { border-color: rgb(8,227,226); }
td.TdClassName
{
border-color: #08E3E2;
}
.TagClassName
{
border-color: #08E3E2;
}
</style>