Shades of Aqua #02FDF4
Tints of Aqua #02FDF4
RGB
CMYK
RGB Variations
Color information
#02FDF4 (or 0x02FDF4) is known color: Aqua. HEX triplet: 02, FD and F4. RGB value is (2,253,244). Sum of RGB (Red+Green+Blue) = 2+253+244=499 (66% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #02FDF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FDF4 is #FD020B. Grayscale: #B0B0B0. Windows color (decimal): -16581132 or 16055554. OLE color: 16055554.
HSL color Cylindrical-coordinate representation of color #02FDF4: hue angle of 177.85º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FDF4 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 244 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.01 |
| HSL | 177.85º | 0.98% | 0.5% | - |
| HSV(B) | 177.85º | 0.99% | 0.99% | - |
| XYZ | 51.48 | 76.8 | 97.7 | - |
| YUV | 176.93 | 165.84 | 3.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 244 | 0.99 | 0 | 0.04 | 0.01 | 177.85 | 0.98 | 0.5 |
| Hex | 2 | FD | F4 | 63 | 0 | 4 | 1 | B2 | 62 | 32 |
| Octal | 2 | 375 | 364 | 143 | 0 | 4 | 1 | 262 | 142 | 62 |
| Binary | 10 | 11111101 | 11110100 | 1100011 | 0 | 100 | 1 | 10110010 | 1100010 | 110010 |
Color Harmonies of #02FDF4
Complementary color
Monochromatic Colors of #02FDF4
Black with #02FDF4
Text Example
Text Example
White with #02FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FDF4; }
p { color: rgb(2,253,244); }
H1.HeaderClassName
{
color: #02FDF4;
}
.AnyTagClassName
{
color: #02FDF4;
}
</style>
background-color css
<style>
a { background-color: #02FDF4; }
a { background-color: rgb(2,253,244); }
div.DivClassName
{
background-color: #02FDF4;
}
.BgClassName
{
background-color: #02FDF4;
}
</style>
border-color css
<style>
span { border-color: #02FDF4; }
span { border-color: rgb(2,253,244); }
td.TdClassName
{
border-color: #02FDF4;
}
.TagClassName
{
border-color: #02FDF4;
}
</style>