Shades of Aqua #24FFFC
Tints of Aqua #24FFFC
RGB
CMYK
RGB Variations
Color information
#24FFFC (or 0x24FFFC) is known color: Aqua. HEX triplet: 24, FF and FC. RGB value is (36,255,252). Sum of RGB (Red+Green+Blue) = 36+255+252=543 (71% of max value = 765). Red value is 36 (14.45% from 255 or 6.63% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FFFC is #DB0003. Grayscale: #BCBCBC. Windows color (decimal): -14352388 or 16580388. OLE color: 16580388.
HSL color Cylindrical-coordinate representation of color #24FFFC: hue angle of 179.18º 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 #24FFFC is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 252 | - |
| CMYK | 0.86 | 0 | 0.01 | 0 |
| HSL | 179.18º | 1% | 0.57% | - |
| HSV(B) | 179.18º | 0.86% | 1% | - |
| XYZ | 54.06 | 78.92 | 104.48 | - |
| YUV | 189.18 | 163.45 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 252 | 0.86 | 0 | 0.01 | 0 | 179.18 | 1 | 0.57 |
| Hex | 24 | FF | FC | 56 | 0 | 1 | 0 | B3 | 64 | 39 |
| Octal | 44 | 377 | 374 | 126 | 0 | 1 | 0 | 263 | 144 | 71 |
| Binary | 100100 | 11111111 | 11111100 | 1010110 | 0 | 1 | 0 | 10110011 | 1100100 | 111001 |
Color Harmonies of #24FFFC
Complementary color
Monochromatic Colors of #24FFFC
Black with #24FFFC
Text Example
Text Example
White with #24FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFFC; }
p { color: rgb(36,255,252); }
H1.HeaderClassName
{
color: #24FFFC;
}
.AnyTagClassName
{
color: #24FFFC;
}
</style>
background-color css
<style>
a { background-color: #24FFFC; }
a { background-color: rgb(36,255,252); }
div.DivClassName
{
background-color: #24FFFC;
}
.BgClassName
{
background-color: #24FFFC;
}
</style>
border-color css
<style>
span { border-color: #24FFFC; }
span { border-color: rgb(36,255,252); }
td.TdClassName
{
border-color: #24FFFC;
}
.TagClassName
{
border-color: #24FFFC;
}
</style>