Shades of Bright Turquoise #08E8BB
Tints of Bright Turquoise #08E8BB
RGB
CMYK
RGB Variations
Color information
#08E8BB (or 0x08E8BB) is known color: Bright Turquoise. HEX triplet: 08, E8 and BB. RGB value is (8,232,187). Sum of RGB (Red+Green+Blue) = 8+232+187=427 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 427); Green value is 232 (91.02% from 255 or 54.33% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 232 - color contains mainly: green. Hex color #08E8BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E8BB is #F71744. Grayscale: #9F9F9F. Windows color (decimal): -16193349 or 12314632. OLE color: 12314632.
HSL color Cylindrical-coordinate representation of color #08E8BB: hue angle of 167.95º 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 #08E8BB is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 232 | 187 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.09 |
| HSL | 167.95º | 0.93% | 0.47% | - |
| HSV(B) | 167.95º | 0.97% | 0.91% | - |
| XYZ | 37.93 | 61.35 | 56.86 | - |
| YUV | 159.89 | 143.29 | 19.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 232 | 187 | 0.97 | 0 | 0.19 | 0.09 | 167.95 | 0.93 | 0.47 |
| Hex | 8 | E8 | BB | 61 | 0 | 13 | 9 | A8 | 5D | 2F |
| Octal | 10 | 350 | 273 | 141 | 0 | 23 | 11 | 250 | 135 | 57 |
| Binary | 1000 | 11101000 | 10111011 | 1100001 | 0 | 10011 | 1001 | 10101000 | 1011101 | 101111 |
Color Harmonies of #08E8BB
Complementary color
Monochromatic Colors of #08E8BB
Black with #08E8BB
Text Example
Text Example
White with #08E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E8BB; }
p { color: rgb(8,232,187); }
H1.HeaderClassName
{
color: #08E8BB;
}
.AnyTagClassName
{
color: #08E8BB;
}
</style>
background-color css
<style>
a { background-color: #08E8BB; }
a { background-color: rgb(8,232,187); }
div.DivClassName
{
background-color: #08E8BB;
}
.BgClassName
{
background-color: #08E8BB;
}
</style>
border-color css
<style>
span { border-color: #08E8BB; }
span { border-color: rgb(8,232,187); }
td.TdClassName
{
border-color: #08E8BB;
}
.TagClassName
{
border-color: #08E8BB;
}
</style>