Shades of Aqua #07FEFE
Tints of Aqua #07FEFE
RGB
CMYK
RGB Variations
Color information
#07FEFE (or 0x07FEFE) is known color: Aqua. HEX triplet: 07, FE and FE. RGB value is (7,254,254). Sum of RGB (Red+Green+Blue) = 7+254+254=515 (68% of max value = 765). Red value is 7 (3.12% from 255 or 1.36% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #07FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FEFE is #F80101. Grayscale: #B3B3B3. Windows color (decimal): -16253186 or 16711175. OLE color: 16711175.
HSL color Cylindrical-coordinate representation of color #07FEFE: hue angle of 180º 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 #07FEFE is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 254 | - |
| CMYK | 0.97 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.51% | - |
| HSV(B) | 180º | 0.97% | 1% | - |
| XYZ | 53.42 | 78.08 | 106.02 | - |
| YUV | 180.15 | 169.67 | 4.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 254 | 0.97 | 0 | 0 | 0.00 | 180 | 0.99 | 0.51 |
| Hex | 7 | FE | FE | 61 | 0 | 0 | 0 | B4 | 63 | 33 |
| Octal | 7 | 376 | 376 | 141 | 0 | 0 | 0 | 264 | 143 | 63 |
| Binary | 111 | 11111110 | 11111110 | 1100001 | 0 | 0 | 0 | 10110100 | 1100011 | 110011 |
Color Harmonies of #07FEFE
Complementary color
Monochromatic Colors of #07FEFE
Black with #07FEFE
Text Example
Text Example
White with #07FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FEFE; }
p { color: rgb(7,254,254); }
H1.HeaderClassName
{
color: #07FEFE;
}
.AnyTagClassName
{
color: #07FEFE;
}
</style>
background-color css
<style>
a { background-color: #07FEFE; }
a { background-color: rgb(7,254,254); }
div.DivClassName
{
background-color: #07FEFE;
}
.BgClassName
{
background-color: #07FEFE;
}
</style>
border-color css
<style>
span { border-color: #07FEFE; }
span { border-color: rgb(7,254,254); }
td.TdClassName
{
border-color: #07FEFE;
}
.TagClassName
{
border-color: #07FEFE;
}
</style>