Shades of Aqua #21FAFA
Tints of Aqua #21FAFA
RGB
CMYK
RGB Variations
Color information
#21FAFA (or 0x21FAFA) is known color: Aqua. HEX triplet: 21, FA and FA. RGB value is (33,250,250). Sum of RGB (Red+Green+Blue) = 33+250+250=533 (70% of max value = 765). Red value is 33 (13.28% from 255 or 6.19% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #21FAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FAFA is #DE0505. Grayscale: #B8B8B8. Windows color (decimal): -14550278 or 16448033. OLE color: 16448033.
HSL color Cylindrical-coordinate representation of color #21FAFA: hue angle of 180º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FAFA is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 250 | - |
| CMYK | 0.87 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.55% | - |
| HSV(B) | 180º | 0.87% | 0.98% | - |
| XYZ | 52.07 | 75.6 | 102.29 | - |
| YUV | 185.12 | 164.61 | 19.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 250 | 0.87 | 0 | 0 | 0.02 | 180 | 0.96 | 0.55 |
| Hex | 21 | FA | FA | 57 | 0 | 0 | 2 | B4 | 60 | 37 |
| Octal | 41 | 372 | 372 | 127 | 0 | 0 | 2 | 264 | 140 | 67 |
| Binary | 100001 | 11111010 | 11111010 | 1010111 | 0 | 0 | 10 | 10110100 | 1100000 | 110111 |
Color Harmonies of #21FAFA
Complementary color
Monochromatic Colors of #21FAFA
Black with #21FAFA
Text Example
Text Example
White with #21FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FAFA; }
p { color: rgb(33,250,250); }
H1.HeaderClassName
{
color: #21FAFA;
}
.AnyTagClassName
{
color: #21FAFA;
}
</style>
background-color css
<style>
a { background-color: #21FAFA; }
a { background-color: rgb(33,250,250); }
div.DivClassName
{
background-color: #21FAFA;
}
.BgClassName
{
background-color: #21FAFA;
}
</style>
border-color css
<style>
span { border-color: #21FAFA; }
span { border-color: rgb(33,250,250); }
td.TdClassName
{
border-color: #21FAFA;
}
.TagClassName
{
border-color: #21FAFA;
}
</style>