Shades of Aqua #20E6FF
Tints of Aqua #20E6FF
RGB
CMYK
RGB Variations
Color information
#20E6FF (or 0x20E6FF) is known color: Aqua. HEX triplet: 20, E6 and FF. RGB value is (32,230,255). Sum of RGB (Red+Green+Blue) = 32+230+255=517 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.19% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #20E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E6FF is #DF1900. Grayscale: #ADADAD. Windows color (decimal): -14620929 or 16770592. OLE color: 16770592.
HSL color Cylindrical-coordinate representation of color #20E6FF: hue angle of 186.73º 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 #20E6FF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 230 | 255 | - |
| CMYK | 0.87 | 0.10 | 0 | 0 |
| HSL | 186.73º | 1% | 0.56% | - |
| HSV(B) | 186.73º | 0.87% | 1% | - |
| XYZ | 46.94 | 64.12 | 104.51 | - |
| YUV | 173.65 | 173.9 | 26.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 255 | 0.87 | 0.10 | 0 | 0 | 186.73 | 1 | 0.56 |
| Hex | 20 | E6 | FF | 57 | A | 0 | 0 | BB | 64 | 38 |
| Octal | 40 | 346 | 377 | 127 | 12 | 0 | 0 | 273 | 144 | 70 |
| Binary | 100000 | 11100110 | 11111111 | 1010111 | 1010 | 0 | 0 | 10111011 | 1100100 | 111000 |
Color Harmonies of #20E6FF
Complementary color
Monochromatic Colors of #20E6FF
Black with #20E6FF
Text Example
Text Example
White with #20E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E6FF; }
p { color: rgb(32,230,255); }
H1.HeaderClassName
{
color: #20E6FF;
}
.AnyTagClassName
{
color: #20E6FF;
}
</style>
background-color css
<style>
a { background-color: #20E6FF; }
a { background-color: rgb(32,230,255); }
div.DivClassName
{
background-color: #20E6FF;
}
.BgClassName
{
background-color: #20E6FF;
}
</style>
border-color css
<style>
span { border-color: #20E6FF; }
span { border-color: rgb(32,230,255); }
td.TdClassName
{
border-color: #20E6FF;
}
.TagClassName
{
border-color: #20E6FF;
}
</style>