Shades of Aqua #24EEFF
Tints of Aqua #24EEFF
RGB
CMYK
RGB Variations
Color information
#24EEFF (or 0x24EEFF) is known color: Aqua. HEX triplet: 24, EE and FF. RGB value is (36,238,255). Sum of RGB (Red+Green+Blue) = 36+238+255=529 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.81% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #24EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EEFF is #DB1100. Grayscale: #B3B3B3. Windows color (decimal): -14356737 or 16772644. OLE color: 16772644.
HSL color Cylindrical-coordinate representation of color #24EEFF: hue angle of 184.66º 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 #24EEFF is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 238 | 255 | - |
| CMYK | 0.86 | 0.07 | 0 | 0 |
| HSL | 184.66º | 1% | 0.57% | - |
| HSV(B) | 184.66º | 0.86% | 1% | - |
| XYZ | 49.35 | 68.74 | 105.28 | - |
| YUV | 179.54 | 170.58 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 238 | 255 | 0.86 | 0.07 | 0 | 0 | 184.66 | 1 | 0.57 |
| Hex | 24 | EE | FF | 56 | 7 | 0 | 0 | B9 | 64 | 39 |
| Octal | 44 | 356 | 377 | 126 | 7 | 0 | 0 | 271 | 144 | 71 |
| Binary | 100100 | 11101110 | 11111111 | 1010110 | 111 | 0 | 0 | 10111001 | 1100100 | 111001 |
Color Harmonies of #24EEFF
Complementary color
Monochromatic Colors of #24EEFF
Black with #24EEFF
Text Example
Text Example
White with #24EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EEFF; }
p { color: rgb(36,238,255); }
H1.HeaderClassName
{
color: #24EEFF;
}
.AnyTagClassName
{
color: #24EEFF;
}
</style>
background-color css
<style>
a { background-color: #24EEFF; }
a { background-color: rgb(36,238,255); }
div.DivClassName
{
background-color: #24EEFF;
}
.BgClassName
{
background-color: #24EEFF;
}
</style>
border-color css
<style>
span { border-color: #24EEFF; }
span { border-color: rgb(36,238,255); }
td.TdClassName
{
border-color: #24EEFF;
}
.TagClassName
{
border-color: #24EEFF;
}
</style>