Shades of Bright Turquoise #07FFE7
Tints of Bright Turquoise #07FFE7
RGB
CMYK
RGB Variations
Color information
#07FFE7 (or 0x07FFE7) is known color: Bright Turquoise. HEX triplet: 07, FF and E7. RGB value is (7,255,231). Sum of RGB (Red+Green+Blue) = 7+255+231=493 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FFE7 is #F80018. Grayscale: #B1B1B1. Windows color (decimal): -16252953 or 15204103. OLE color: 15204103.
HSL color Cylindrical-coordinate representation of color #07FFE7: hue angle of 174.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFE7 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 231 | - |
| CMYK | 0.97 | 0 | 0.09 | 0 |
| HSL | 174.19º | 1% | 0.51% | - |
| HSV(B) | 174.19º | 0.97% | 1% | - |
| XYZ | 50.27 | 77.33 | 87.88 | - |
| YUV | 178.11 | 157.84 | 5.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 231 | 0.97 | 0 | 0.09 | 0 | 174.19 | 1 | 0.51 |
| Hex | 7 | FF | E7 | 61 | 0 | 9 | 0 | AE | 64 | 33 |
| Octal | 7 | 377 | 347 | 141 | 0 | 11 | 0 | 256 | 144 | 63 |
| Binary | 111 | 11111111 | 11100111 | 1100001 | 0 | 1001 | 0 | 10101110 | 1100100 | 110011 |
Color Harmonies of #07FFE7
Complementary color
Monochromatic Colors of #07FFE7
Black with #07FFE7
Text Example
Text Example
White with #07FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFE7; }
p { color: rgb(7,255,231); }
H1.HeaderClassName
{
color: #07FFE7;
}
.AnyTagClassName
{
color: #07FFE7;
}
</style>
background-color css
<style>
a { background-color: #07FFE7; }
a { background-color: rgb(7,255,231); }
div.DivClassName
{
background-color: #07FFE7;
}
.BgClassName
{
background-color: #07FFE7;
}
</style>
border-color css
<style>
span { border-color: #07FFE7; }
span { border-color: rgb(7,255,231); }
td.TdClassName
{
border-color: #07FFE7;
}
.TagClassName
{
border-color: #07FFE7;
}
</style>