Shades of Bright Turquoise #08E7E5
Tints of Bright Turquoise #08E7E5
RGB
CMYK
RGB Variations
Color information
#08E7E5 (or 0x08E7E5) is known color: Bright Turquoise. HEX triplet: 08, E7 and E5. RGB value is (8,231,229). Sum of RGB (Red+Green+Blue) = 8+231+229=468 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #08E7E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08E7E5 is #F7181A. Grayscale: #A3A3A3. Windows color (decimal): -16193563 or 15066888. OLE color: 15066888.
HSL color Cylindrical-coordinate representation of color #08E7E5: hue angle of 179.46º 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 #08E7E5 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 8 | 231 | 229 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.09 |
| HSL | 179.46º | 0.93% | 0.47% | - |
| HSV(B) | 179.46º | 0.97% | 0.91% | - |
| XYZ | 42.82 | 62.86 | 84.01 | - |
| YUV | 164.1 | 164.62 | 16.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 231 | 229 | 0.97 | 0 | 0.01 | 0.09 | 179.46 | 0.93 | 0.47 |
| Hex | 8 | E7 | E5 | 61 | 0 | 1 | 9 | B3 | 5D | 2F |
| Octal | 10 | 347 | 345 | 141 | 0 | 1 | 11 | 263 | 135 | 57 |
| Binary | 1000 | 11100111 | 11100101 | 1100001 | 0 | 1 | 1001 | 10110011 | 1011101 | 101111 |
Color Harmonies of #08E7E5
Complementary color
Monochromatic Colors of #08E7E5
Black with #08E7E5
Text Example
Text Example
White with #08E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E7E5; }
p { color: rgb(8,231,229); }
H1.HeaderClassName
{
color: #08E7E5;
}
.AnyTagClassName
{
color: #08E7E5;
}
</style>
background-color css
<style>
a { background-color: #08E7E5; }
a { background-color: rgb(8,231,229); }
div.DivClassName
{
background-color: #08E7E5;
}
.BgClassName
{
background-color: #08E7E5;
}
</style>
border-color css
<style>
span { border-color: #08E7E5; }
span { border-color: rgb(8,231,229); }
td.TdClassName
{
border-color: #08E7E5;
}
.TagClassName
{
border-color: #08E7E5;
}
</style>