Shades of Bright Turquoise #08E3E7
Tints of Bright Turquoise #08E3E7
RGB
CMYK
RGB Variations
Color information
#08E3E7 (or 0x08E3E7) is known color: Bright Turquoise. HEX triplet: 08, E3 and E7. RGB value is (8,227,231). Sum of RGB (Red+Green+Blue) = 8+227+231=466 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.72% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #08E3E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08E3E7 is #F71C18. Grayscale: #A1A1A1. Windows color (decimal): -16194585 or 15196936. OLE color: 15196936.
HSL color Cylindrical-coordinate representation of color #08E3E7: hue angle of 181.08º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E3E7 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 227 | 231 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.09 |
| HSL | 181.08º | 0.93% | 0.47% | - |
| HSV(B) | 181.08º | 0.97% | 0.91% | - |
| XYZ | 41.99 | 60.76 | 85.12 | - |
| YUV | 161.98 | 166.95 | 18.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 231 | 0.97 | 0.02 | 0 | 0.09 | 181.08 | 0.93 | 0.47 |
| Hex | 8 | E3 | E7 | 61 | 2 | 0 | 9 | B5 | 5D | 2F |
| Octal | 10 | 343 | 347 | 141 | 2 | 0 | 11 | 265 | 135 | 57 |
| Binary | 1000 | 11100011 | 11100111 | 1100001 | 10 | 0 | 1001 | 10110101 | 1011101 | 101111 |
Color Harmonies of #08E3E7
Complementary color
Monochromatic Colors of #08E3E7
Black with #08E3E7
Text Example
Text Example
White with #08E3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E3E7; }
p { color: rgb(8,227,231); }
H1.HeaderClassName
{
color: #08E3E7;
}
.AnyTagClassName
{
color: #08E3E7;
}
</style>
background-color css
<style>
a { background-color: #08E3E7; }
a { background-color: rgb(8,227,231); }
div.DivClassName
{
background-color: #08E3E7;
}
.BgClassName
{
background-color: #08E3E7;
}
</style>
border-color css
<style>
span { border-color: #08E3E7; }
span { border-color: rgb(8,227,231); }
td.TdClassName
{
border-color: #08E3E7;
}
.TagClassName
{
border-color: #08E3E7;
}
</style>