Shades of Aqua #21FFEF
Tints of Aqua #21FFEF
RGB
CMYK
RGB Variations
Color information
#21FFEF (or 0x21FFEF) is known color: Aqua. HEX triplet: 21, FF and EF. RGB value is (33,255,239). Sum of RGB (Red+Green+Blue) = 33+255+239=527 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.26% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #21FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FFEF is #DE0010. Grayscale: #BABABA. Windows color (decimal): -14549009 or 15728417. OLE color: 15728417.
HSL color Cylindrical-coordinate representation of color #21FFEF: hue angle of 175.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FFEF is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 239 | - |
| CMYK | 0.87 | 0 | 0.06 | 0 |
| HSL | 175.68º | 1% | 0.56% | - |
| HSV(B) | 175.68º | 0.87% | 1% | - |
| XYZ | 51.97 | 78.08 | 93.99 | - |
| YUV | 186.8 | 157.45 | 18.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 239 | 0.87 | 0 | 0.06 | 0 | 175.68 | 1 | 0.56 |
| Hex | 21 | FF | EF | 57 | 0 | 6 | 0 | B0 | 64 | 38 |
| Octal | 41 | 377 | 357 | 127 | 0 | 6 | 0 | 260 | 144 | 70 |
| Binary | 100001 | 11111111 | 11101111 | 1010111 | 0 | 110 | 0 | 10110000 | 1100100 | 111000 |
Color Harmonies of #21FFEF
Complementary color
Monochromatic Colors of #21FFEF
Black with #21FFEF
Text Example
Text Example
White with #21FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FFEF; }
p { color: rgb(33,255,239); }
H1.HeaderClassName
{
color: #21FFEF;
}
.AnyTagClassName
{
color: #21FFEF;
}
</style>
background-color css
<style>
a { background-color: #21FFEF; }
a { background-color: rgb(33,255,239); }
div.DivClassName
{
background-color: #21FFEF;
}
.BgClassName
{
background-color: #21FFEF;
}
</style>
border-color css
<style>
span { border-color: #21FFEF; }
span { border-color: rgb(33,255,239); }
td.TdClassName
{
border-color: #21FFEF;
}
.TagClassName
{
border-color: #21FFEF;
}
</style>