Shades of Aqua #24FAFE
Tints of Aqua #24FAFE
RGB
CMYK
RGB Variations
Color information
#24FAFE (or 0x24FAFE) is known color: Aqua. HEX triplet: 24, FA and FE. RGB value is (36,250,254). Sum of RGB (Red+Green+Blue) = 36+250+254=540 (71% of max value = 765). Red value is 36 (14.45% from 255 or 6.67% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #24FAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FAFE is #DB0501. Grayscale: #BABABA. Windows color (decimal): -14353666 or 16710180. OLE color: 16710180.
HSL color Cylindrical-coordinate representation of color #24FAFE: hue angle of 181.1º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24FAFE is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 250 | 254 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.00 |
| HSL | 181.1º | 0.99% | 0.57% | - |
| HSV(B) | 181.1º | 0.86% | 1% | - |
| XYZ | 52.8 | 75.9 | 105.63 | - |
| YUV | 186.47 | 166.1 | 20.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 250 | 254 | 0.86 | 0.02 | 0 | 0.00 | 181.1 | 0.99 | 0.57 |
| Hex | 24 | FA | FE | 56 | 2 | 0 | 0 | B5 | 63 | 39 |
| Octal | 44 | 372 | 376 | 126 | 2 | 0 | 0 | 265 | 143 | 71 |
| Binary | 100100 | 11111010 | 11111110 | 1010110 | 10 | 0 | 0 | 10110101 | 1100011 | 111001 |
Color Harmonies of #24FAFE
Complementary color
Monochromatic Colors of #24FAFE
Black with #24FAFE
Text Example
Text Example
White with #24FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FAFE; }
p { color: rgb(36,250,254); }
H1.HeaderClassName
{
color: #24FAFE;
}
.AnyTagClassName
{
color: #24FAFE;
}
</style>
background-color css
<style>
a { background-color: #24FAFE; }
a { background-color: rgb(36,250,254); }
div.DivClassName
{
background-color: #24FAFE;
}
.BgClassName
{
background-color: #24FAFE;
}
</style>
border-color css
<style>
span { border-color: #24FAFE; }
span { border-color: rgb(36,250,254); }
td.TdClassName
{
border-color: #24FAFE;
}
.TagClassName
{
border-color: #24FAFE;
}
</style>