Shades of Aqua #24E6FF
Tints of Aqua #24E6FF
RGB
CMYK
RGB Variations
Color information
#24E6FF (or 0x24E6FF) is known color: Aqua. HEX triplet: 24, E6 and FF. RGB value is (36,230,255). Sum of RGB (Red+Green+Blue) = 36+230+255=521 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.91% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #24E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24E6FF is #DB1900. Grayscale: #AEAEAE. Windows color (decimal): -14358785 or 16770596. OLE color: 16770596.
HSL color Cylindrical-coordinate representation of color #24E6FF: hue angle of 186.85º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24E6FF is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 230 | 255 | - |
| CMYK | 0.86 | 0.10 | 0 | 0 |
| HSL | 186.85º | 1% | 0.57% | - |
| HSV(B) | 186.85º | 0.86% | 1% | - |
| XYZ | 47.07 | 64.19 | 104.52 | - |
| YUV | 174.84 | 173.23 | 28.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 230 | 255 | 0.86 | 0.10 | 0 | 0 | 186.85 | 1 | 0.57 |
| Hex | 24 | E6 | FF | 56 | A | 0 | 0 | BB | 64 | 39 |
| Octal | 44 | 346 | 377 | 126 | 12 | 0 | 0 | 273 | 144 | 71 |
| Binary | 100100 | 11100110 | 11111111 | 1010110 | 1010 | 0 | 0 | 10111011 | 1100100 | 111001 |
Color Harmonies of #24E6FF
Complementary color
Monochromatic Colors of #24E6FF
Black with #24E6FF
Text Example
Text Example
White with #24E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E6FF; }
p { color: rgb(36,230,255); }
H1.HeaderClassName
{
color: #24E6FF;
}
.AnyTagClassName
{
color: #24E6FF;
}
</style>
background-color css
<style>
a { background-color: #24E6FF; }
a { background-color: rgb(36,230,255); }
div.DivClassName
{
background-color: #24E6FF;
}
.BgClassName
{
background-color: #24E6FF;
}
</style>
border-color css
<style>
span { border-color: #24E6FF; }
span { border-color: rgb(36,230,255); }
td.TdClassName
{
border-color: #24E6FF;
}
.TagClassName
{
border-color: #24E6FF;
}
</style>