Shades of Aqua #02FEFE
Tints of Aqua #02FEFE
RGB
CMYK
RGB Variations
Color information
#02FEFE (or 0x02FEFE) is known color: Aqua. HEX triplet: 02, FE and FE. RGB value is (2,254,254). Sum of RGB (Red+Green+Blue) = 2+254+254=510 (67% of max value = 765). Red value is 2 (1.17% from 255 or 0.39% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #02FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FEFE is #FD0101. Grayscale: #B2B2B2. Windows color (decimal): -16580866 or 16711170. OLE color: 16711170.
HSL color Cylindrical-coordinate representation of color #02FEFE: hue angle of 180º 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 #02FEFE is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 254 | - |
| CMYK | 0.99 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.5% | - |
| HSV(B) | 180º | 0.99% | 1% | - |
| XYZ | 53.36 | 78.05 | 106.02 | - |
| YUV | 178.65 | 170.51 | 2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 254 | 0.99 | 0 | 0 | 0.00 | 180 | 0.99 | 0.5 |
| Hex | 2 | FE | FE | 63 | 0 | 0 | 0 | B4 | 63 | 32 |
| Octal | 2 | 376 | 376 | 143 | 0 | 0 | 0 | 264 | 143 | 62 |
| Binary | 10 | 11111110 | 11111110 | 1100011 | 0 | 0 | 0 | 10110100 | 1100011 | 110010 |
Color Harmonies of #02FEFE
Complementary color
Monochromatic Colors of #02FEFE
Black with #02FEFE
Text Example
Text Example
White with #02FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEFE; }
p { color: rgb(2,254,254); }
H1.HeaderClassName
{
color: #02FEFE;
}
.AnyTagClassName
{
color: #02FEFE;
}
</style>
background-color css
<style>
a { background-color: #02FEFE; }
a { background-color: rgb(2,254,254); }
div.DivClassName
{
background-color: #02FEFE;
}
.BgClassName
{
background-color: #02FEFE;
}
</style>
border-color css
<style>
span { border-color: #02FEFE; }
span { border-color: rgb(2,254,254); }
td.TdClassName
{
border-color: #02FEFE;
}
.TagClassName
{
border-color: #02FEFE;
}
</style>