Shades of Aqua #02EFFE
Tints of Aqua #02EFFE
RGB
CMYK
RGB Variations
Color information
#02EFFE (or 0x02EFFE) is known color: Aqua. HEX triplet: 02, EF and FE. RGB value is (2,239,254). Sum of RGB (Red+Green+Blue) = 2+239+254=495 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #02EFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EFFE is #FD1001. Grayscale: #A9A9A9. Windows color (decimal): -16584706 or 16707330. OLE color: 16707330.
HSL color Cylindrical-coordinate representation of color #02EFFE: hue angle of 183.57º 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 #02EFFE is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 239 | 254 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.00 |
| HSL | 183.57º | 0.99% | 0.5% | - |
| HSV(B) | 183.57º | 0.99% | 1% | - |
| XYZ | 48.78 | 68.9 | 104.49 | - |
| YUV | 169.85 | 175.48 | 8.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 254 | 0.99 | 0.06 | 0 | 0.00 | 183.57 | 0.99 | 0.5 |
| Hex | 2 | EF | FE | 63 | 6 | 0 | 0 | B8 | 63 | 32 |
| Octal | 2 | 357 | 376 | 143 | 6 | 0 | 0 | 270 | 143 | 62 |
| Binary | 10 | 11101111 | 11111110 | 1100011 | 110 | 0 | 0 | 10111000 | 1100011 | 110010 |
Color Harmonies of #02EFFE
Complementary color
Monochromatic Colors of #02EFFE
Black with #02EFFE
Text Example
Text Example
White with #02EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFFE; }
p { color: rgb(2,239,254); }
H1.HeaderClassName
{
color: #02EFFE;
}
.AnyTagClassName
{
color: #02EFFE;
}
</style>
background-color css
<style>
a { background-color: #02EFFE; }
a { background-color: rgb(2,239,254); }
div.DivClassName
{
background-color: #02EFFE;
}
.BgClassName
{
background-color: #02EFFE;
}
</style>
border-color css
<style>
span { border-color: #02EFFE; }
span { border-color: rgb(2,239,254); }
td.TdClassName
{
border-color: #02EFFE;
}
.TagClassName
{
border-color: #02EFFE;
}
</style>