Shades of Aqua #21EFFC
Tints of Aqua #21EFFC
RGB
CMYK
RGB Variations
Color information
#21EFFC (or 0x21EFFC) is known color: Aqua. HEX triplet: 21, EF and FC. RGB value is (33,239,252). Sum of RGB (Red+Green+Blue) = 33+239+252=524 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.30% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #21EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EFFC is #DE1003. Grayscale: #B2B2B2. Windows color (decimal): -14553092 or 16576289. OLE color: 16576289.
HSL color Cylindrical-coordinate representation of color #21EFFC: hue angle of 183.56º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21EFFC is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 239 | 252 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.01 |
| HSL | 183.56º | 0.97% | 0.56% | - |
| HSV(B) | 183.56º | 0.87% | 0.99% | - |
| XYZ | 49.06 | 69.08 | 102.84 | - |
| YUV | 178.89 | 169.25 | 23.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 239 | 252 | 0.87 | 0.05 | 0 | 0.01 | 183.56 | 0.97 | 0.56 |
| Hex | 21 | EF | FC | 57 | 5 | 0 | 1 | B8 | 61 | 38 |
| Octal | 41 | 357 | 374 | 127 | 5 | 0 | 1 | 270 | 141 | 70 |
| Binary | 100001 | 11101111 | 11111100 | 1010111 | 101 | 0 | 1 | 10111000 | 1100001 | 111000 |
Color Harmonies of #21EFFC
Complementary color
Monochromatic Colors of #21EFFC
Black with #21EFFC
Text Example
Text Example
White with #21EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EFFC; }
p { color: rgb(33,239,252); }
H1.HeaderClassName
{
color: #21EFFC;
}
.AnyTagClassName
{
color: #21EFFC;
}
</style>
background-color css
<style>
a { background-color: #21EFFC; }
a { background-color: rgb(33,239,252); }
div.DivClassName
{
background-color: #21EFFC;
}
.BgClassName
{
background-color: #21EFFC;
}
</style>
border-color css
<style>
span { border-color: #21EFFC; }
span { border-color: rgb(33,239,252); }
td.TdClassName
{
border-color: #21EFFC;
}
.TagClassName
{
border-color: #21EFFC;
}
</style>