Shades of Aqua #00FEFC
Tints of Aqua #00FEFC
RGB
CMYK
RGB Variations
Color information
#00FEFC (or 0x00FEFC) is known color: Aqua. HEX triplet: 00, FE and FC. RGB value is (0,254,252). Sum of RGB (Red+Green+Blue) = 0+254+252=506 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEFC is #FF0103. Grayscale: #B1B1B1. Windows color (decimal): -16711940 or 16580096. OLE color: 16580096.
HSL color Cylindrical-coordinate representation of color #00FEFC: hue angle of 179.53º 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 #00FEFC is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 252 | - |
| CMYK | 1 | 0 | 0.01 | 0.00 |
| HSL | 179.53º | 1% | 0.5% | - |
| HSV(B) | 179.53º | 1% | 1% | - |
| XYZ | 53.01 | 77.91 | 104.34 | - |
| YUV | 177.83 | 169.85 | 1.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 252 | 1 | 0 | 0.01 | 0.00 | 179.53 | 1 | 0.5 |
| Hex | 0 | FE | FC | 64 | 0 | 1 | 0 | B4 | 64 | 32 |
| Octal | 0 | 376 | 374 | 144 | 0 | 1 | 0 | 264 | 144 | 62 |
| Binary | 0 | 11111110 | 11111100 | 1100100 | 0 | 1 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #00FEFC
Complementary color
Monochromatic Colors of #00FEFC
Black with #00FEFC
Text Example
Text Example
White with #00FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEFC; }
p { color: rgb(0,254,252); }
H1.HeaderClassName
{
color: #00FEFC;
}
.AnyTagClassName
{
color: #00FEFC;
}
</style>
background-color css
<style>
a { background-color: #00FEFC; }
a { background-color: rgb(0,254,252); }
div.DivClassName
{
background-color: #00FEFC;
}
.BgClassName
{
background-color: #00FEFC;
}
</style>
border-color css
<style>
span { border-color: #00FEFC; }
span { border-color: rgb(0,254,252); }
td.TdClassName
{
border-color: #00FEFC;
}
.TagClassName
{
border-color: #00FEFC;
}
</style>