Shades of Aqua #02FEFC
Tints of Aqua #02FEFC
RGB
CMYK
RGB Variations
Color information
#02FEFC (or 0x02FEFC) is known color: Aqua. HEX triplet: 02, FE and FC. RGB value is (2,254,252). Sum of RGB (Red+Green+Blue) = 2+254+252=508 (67% of max value = 765). Red value is 2 (1.17% from 255 or 0.39% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FEFC is #FD0103. Grayscale: #B2B2B2. Windows color (decimal): -16580868 or 16580098. OLE color: 16580098.
HSL color Cylindrical-coordinate representation of color #02FEFC: hue angle of 179.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEFC is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 252 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.00 |
| HSL | 179.52º | 0.99% | 0.5% | - |
| HSV(B) | 179.52º | 0.99% | 1% | - |
| XYZ | 53.04 | 77.92 | 104.34 | - |
| YUV | 178.42 | 169.51 | 2.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 252 | 0.99 | 0 | 0.01 | 0.00 | 179.52 | 0.99 | 0.5 |
| Hex | 2 | FE | FC | 63 | 0 | 1 | 0 | B4 | 63 | 32 |
| Octal | 2 | 376 | 374 | 143 | 0 | 1 | 0 | 264 | 143 | 62 |
| Binary | 10 | 11111110 | 11111100 | 1100011 | 0 | 1 | 0 | 10110100 | 1100011 | 110010 |
Color Harmonies of #02FEFC
Complementary color
Monochromatic Colors of #02FEFC
Black with #02FEFC
Text Example
Text Example
White with #02FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEFC; }
p { color: rgb(2,254,252); }
H1.HeaderClassName
{
color: #02FEFC;
}
.AnyTagClassName
{
color: #02FEFC;
}
</style>
background-color css
<style>
a { background-color: #02FEFC; }
a { background-color: rgb(2,254,252); }
div.DivClassName
{
background-color: #02FEFC;
}
.BgClassName
{
background-color: #02FEFC;
}
</style>
border-color css
<style>
span { border-color: #02FEFC; }
span { border-color: rgb(2,254,252); }
td.TdClassName
{
border-color: #02FEFC;
}
.TagClassName
{
border-color: #02FEFC;
}
</style>