Shades of Aqua #00FEFA
Tints of Aqua #00FEFA
RGB
CMYK
RGB Variations
Color information
#00FEFA (or 0x00FEFA) is known color: Aqua. HEX triplet: 00, FE and FA. RGB value is (0,254,250). Sum of RGB (Red+Green+Blue) = 0+254+250=504 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEFA is #FF0105. Grayscale: #B1B1B1. Windows color (decimal): -16711942 or 16449024. OLE color: 16449024.
HSL color Cylindrical-coordinate representation of color #00FEFA: hue angle of 179.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEFA is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 250 | - |
| CMYK | 1 | 0 | 0.02 | 0.00 |
| HSL | 179.06º | 1% | 0.5% | - |
| HSV(B) | 179.06º | 1% | 1% | - |
| XYZ | 52.7 | 77.79 | 102.68 | - |
| YUV | 177.6 | 168.85 | 1.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 250 | 1 | 0 | 0.02 | 0.00 | 179.06 | 1 | 0.5 |
| Hex | 0 | FE | FA | 64 | 0 | 2 | 0 | B3 | 64 | 32 |
| Octal | 0 | 376 | 372 | 144 | 0 | 2 | 0 | 263 | 144 | 62 |
| Binary | 0 | 11111110 | 11111010 | 1100100 | 0 | 10 | 0 | 10110011 | 1100100 | 110010 |
Color Harmonies of #00FEFA
Complementary color
Monochromatic Colors of #00FEFA
Black with #00FEFA
Text Example
Text Example
White with #00FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEFA; }
p { color: rgb(0,254,250); }
H1.HeaderClassName
{
color: #00FEFA;
}
.AnyTagClassName
{
color: #00FEFA;
}
</style>
background-color css
<style>
a { background-color: #00FEFA; }
a { background-color: rgb(0,254,250); }
div.DivClassName
{
background-color: #00FEFA;
}
.BgClassName
{
background-color: #00FEFA;
}
</style>
border-color css
<style>
span { border-color: #00FEFA; }
span { border-color: rgb(0,254,250); }
td.TdClassName
{
border-color: #00FEFA;
}
.TagClassName
{
border-color: #00FEFA;
}
</style>