Shades of Bright Turquoise #08E0E1
Tints of Bright Turquoise #08E0E1
RGB
CMYK
RGB Variations
Color information
#08E0E1 (or 0x08E0E1) is known color: Bright Turquoise. HEX triplet: 08, E0 and E1. RGB value is (8,224,225). Sum of RGB (Red+Green+Blue) = 8+224+225=457 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #08E0E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E0E1 is #F71F1E. Grayscale: #9F9F9F. Windows color (decimal): -16195359 or 14802952. OLE color: 14802952.
HSL color Cylindrical-coordinate representation of color #08E0E1: hue angle of 180.28º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E0E1 is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 225 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.12 |
| HSL | 180.28º | 0.93% | 0.46% | - |
| HSV(B) | 180.28º | 0.96% | 0.88% | - |
| XYZ | 40.35 | 58.8 | 80.46 | - |
| YUV | 159.53 | 164.94 | 19.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 225 | 0.96 | 0.00 | 0 | 0.12 | 180.28 | 0.93 | 0.46 |
| Hex | 8 | E0 | E1 | 60 | 0 | 0 | C | B4 | 5D | 2E |
| Octal | 10 | 340 | 341 | 140 | 0 | 0 | 14 | 264 | 135 | 56 |
| Binary | 1000 | 11100000 | 11100001 | 1100000 | 0 | 0 | 1100 | 10110100 | 1011101 | 101110 |
Color Harmonies of #08E0E1
Complementary color
Monochromatic Colors of #08E0E1
Black with #08E0E1
Text Example
Text Example
White with #08E0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E0E1; }
p { color: rgb(8,224,225); }
H1.HeaderClassName
{
color: #08E0E1;
}
.AnyTagClassName
{
color: #08E0E1;
}
</style>
background-color css
<style>
a { background-color: #08E0E1; }
a { background-color: rgb(8,224,225); }
div.DivClassName
{
background-color: #08E0E1;
}
.BgClassName
{
background-color: #08E0E1;
}
</style>
border-color css
<style>
span { border-color: #08E0E1; }
span { border-color: rgb(8,224,225); }
td.TdClassName
{
border-color: #08E0E1;
}
.TagClassName
{
border-color: #08E0E1;
}
</style>