Shades of Bright Turquoise #08E3CE
Tints of Bright Turquoise #08E3CE
RGB
CMYK
RGB Variations
Color information
#08E3CE (or 0x08E3CE) is known color: Bright Turquoise. HEX triplet: 08, E3 and CE. RGB value is (8,227,206). Sum of RGB (Red+Green+Blue) = 8+227+206=441 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #08E3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08E3CE is #F71C31. Grayscale: #9E9E9E. Windows color (decimal): -16194610 or 13558536. OLE color: 13558536.
HSL color Cylindrical-coordinate representation of color #08E3CE: hue angle of 174.25º 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 #08E3CE is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 227 | 206 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.11 |
| HSL | 174.25º | 0.93% | 0.46% | - |
| HSV(B) | 174.25º | 0.96% | 0.89% | - |
| XYZ | 38.71 | 59.45 | 67.83 | - |
| YUV | 159.13 | 154.45 | 20.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 227 | 206 | 0.96 | 0 | 0.09 | 0.11 | 174.25 | 0.93 | 0.46 |
| Hex | 8 | E3 | CE | 60 | 0 | 9 | B | AE | 5D | 2E |
| Octal | 10 | 343 | 316 | 140 | 0 | 11 | 13 | 256 | 135 | 56 |
| Binary | 1000 | 11100011 | 11001110 | 1100000 | 0 | 1001 | 1011 | 10101110 | 1011101 | 101110 |
Color Harmonies of #08E3CE
Complementary color
Monochromatic Colors of #08E3CE
Black with #08E3CE
Text Example
Text Example
White with #08E3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E3CE; }
p { color: rgb(8,227,206); }
H1.HeaderClassName
{
color: #08E3CE;
}
.AnyTagClassName
{
color: #08E3CE;
}
</style>
background-color css
<style>
a { background-color: #08E3CE; }
a { background-color: rgb(8,227,206); }
div.DivClassName
{
background-color: #08E3CE;
}
.BgClassName
{
background-color: #08E3CE;
}
</style>
border-color css
<style>
span { border-color: #08E3CE; }
span { border-color: rgb(8,227,206); }
td.TdClassName
{
border-color: #08E3CE;
}
.TagClassName
{
border-color: #08E3CE;
}
</style>