Shades of Bright Turquoise #08EEE5
Tints of Bright Turquoise #08EEE5
RGB
CMYK
RGB Variations
Color information
#08EEE5 (or 0x08EEE5) is known color: Bright Turquoise. HEX triplet: 08, EE and E5. RGB value is (8,238,229). Sum of RGB (Red+Green+Blue) = 8+238+229=475 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.68% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #08EEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EEE5 is #F7111A. Grayscale: #A8A8A8. Windows color (decimal): -16191771 or 15068680. OLE color: 15068680.
HSL color Cylindrical-coordinate representation of color #08EEE5: hue angle of 177.65º 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 #08EEE5 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 238 | 229 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.07 |
| HSL | 177.65º | 0.93% | 0.48% | - |
| HSV(B) | 177.65º | 0.97% | 0.93% | - |
| XYZ | 44.82 | 66.86 | 84.67 | - |
| YUV | 168.2 | 162.3 | 13.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 238 | 229 | 0.97 | 0 | 0.04 | 0.07 | 177.65 | 0.93 | 0.48 |
| Hex | 8 | EE | E5 | 61 | 0 | 4 | 7 | B2 | 5D | 30 |
| Octal | 10 | 356 | 345 | 141 | 0 | 4 | 7 | 262 | 135 | 60 |
| Binary | 1000 | 11101110 | 11100101 | 1100001 | 0 | 100 | 111 | 10110010 | 1011101 | 110000 |
Color Harmonies of #08EEE5
Complementary color
Monochromatic Colors of #08EEE5
Black with #08EEE5
Text Example
Text Example
White with #08EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EEE5; }
p { color: rgb(8,238,229); }
H1.HeaderClassName
{
color: #08EEE5;
}
.AnyTagClassName
{
color: #08EEE5;
}
</style>
background-color css
<style>
a { background-color: #08EEE5; }
a { background-color: rgb(8,238,229); }
div.DivClassName
{
background-color: #08EEE5;
}
.BgClassName
{
background-color: #08EEE5;
}
</style>
border-color css
<style>
span { border-color: #08EEE5; }
span { border-color: rgb(8,238,229); }
td.TdClassName
{
border-color: #08EEE5;
}
.TagClassName
{
border-color: #08EEE5;
}
</style>