Shades of Bright Turquoise #08FFE7
Tints of Bright Turquoise #08FFE7
RGB
CMYK
RGB Variations
Color information
#08FFE7 (or 0x08FFE7) is known color: Bright Turquoise. HEX triplet: 08, FF and E7. RGB value is (8,255,231). Sum of RGB (Red+Green+Blue) = 8+255+231=494 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.62% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FFE7 is #F70018. Grayscale: #B2B2B2. Windows color (decimal): -16187417 or 15204104. OLE color: 15204104.
HSL color Cylindrical-coordinate representation of color #08FFE7: hue angle of 174.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFE7 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 231 | - |
| CMYK | 0.97 | 0 | 0.09 | 0 |
| HSL | 174.17º | 1% | 0.52% | - |
| HSV(B) | 174.17º | 0.97% | 1% | - |
| XYZ | 50.28 | 77.34 | 87.88 | - |
| YUV | 178.41 | 157.67 | 6.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 231 | 0.97 | 0 | 0.09 | 0 | 174.17 | 1 | 0.52 |
| Hex | 8 | FF | E7 | 61 | 0 | 9 | 0 | AE | 64 | 34 |
| Octal | 10 | 377 | 347 | 141 | 0 | 11 | 0 | 256 | 144 | 64 |
| Binary | 1000 | 11111111 | 11100111 | 1100001 | 0 | 1001 | 0 | 10101110 | 1100100 | 110100 |
Color Harmonies of #08FFE7
Complementary color
Monochromatic Colors of #08FFE7
Black with #08FFE7
Text Example
Text Example
White with #08FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFE7; }
p { color: rgb(8,255,231); }
H1.HeaderClassName
{
color: #08FFE7;
}
.AnyTagClassName
{
color: #08FFE7;
}
</style>
background-color css
<style>
a { background-color: #08FFE7; }
a { background-color: rgb(8,255,231); }
div.DivClassName
{
background-color: #08FFE7;
}
.BgClassName
{
background-color: #08FFE7;
}
</style>
border-color css
<style>
span { border-color: #08FFE7; }
span { border-color: rgb(8,255,231); }
td.TdClassName
{
border-color: #08FFE7;
}
.TagClassName
{
border-color: #08FFE7;
}
</style>