Shades of Bright Turquoise #07FEE8
Tints of Bright Turquoise #07FEE8
RGB
CMYK
RGB Variations
Color information
#07FEE8 (or 0x07FEE8) is known color: Bright Turquoise. HEX triplet: 07, FE and E8. RGB value is (7,254,232). Sum of RGB (Red+Green+Blue) = 7+254+232=493 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FEE8 is #F80117. Grayscale: #B1B1B1. Windows color (decimal): -16253208 or 15269383. OLE color: 15269383.
HSL color Cylindrical-coordinate representation of color #07FEE8: hue angle of 174.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FEE8 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 232 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.00 |
| HSL | 174.66º | 0.99% | 0.51% | - |
| HSV(B) | 174.66º | 0.97% | 1% | - |
| XYZ | 50.09 | 76.75 | 88.52 | - |
| YUV | 177.64 | 158.67 | 6.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 232 | 0.97 | 0 | 0.09 | 0.00 | 174.66 | 0.99 | 0.51 |
| Hex | 7 | FE | E8 | 61 | 0 | 9 | 0 | AF | 63 | 33 |
| Octal | 7 | 376 | 350 | 141 | 0 | 11 | 0 | 257 | 143 | 63 |
| Binary | 111 | 11111110 | 11101000 | 1100001 | 0 | 1001 | 0 | 10101111 | 1100011 | 110011 |
Color Harmonies of #07FEE8
Complementary color
Monochromatic Colors of #07FEE8
Black with #07FEE8
Text Example
Text Example
White with #07FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FEE8; }
p { color: rgb(7,254,232); }
H1.HeaderClassName
{
color: #07FEE8;
}
.AnyTagClassName
{
color: #07FEE8;
}
</style>
background-color css
<style>
a { background-color: #07FEE8; }
a { background-color: rgb(7,254,232); }
div.DivClassName
{
background-color: #07FEE8;
}
.BgClassName
{
background-color: #07FEE8;
}
</style>
border-color css
<style>
span { border-color: #07FEE8; }
span { border-color: rgb(7,254,232); }
td.TdClassName
{
border-color: #07FEE8;
}
.TagClassName
{
border-color: #07FEE8;
}
</style>