Shades of Aqua #24F2FE
Tints of Aqua #24F2FE
RGB
CMYK
RGB Variations
Color information
#24F2FE (or 0x24F2FE) is known color: Aqua. HEX triplet: 24, F2 and FE. RGB value is (36,242,254). Sum of RGB (Red+Green+Blue) = 36+242+254=532 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.77% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #24F2FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F2FE is #DB0D01. Grayscale: #B5B5B5. Windows color (decimal): -14355714 or 16708132. OLE color: 16708132.
HSL color Cylindrical-coordinate representation of color #24F2FE: hue angle of 183.3º 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 #24F2FE is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 242 | 254 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.00 |
| HSL | 183.3º | 0.99% | 0.57% | - |
| HSV(B) | 183.3º | 0.86% | 1% | - |
| XYZ | 50.37 | 71.04 | 104.82 | - |
| YUV | 181.77 | 168.75 | 24.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 242 | 254 | 0.86 | 0.05 | 0 | 0.00 | 183.3 | 0.99 | 0.57 |
| Hex | 24 | F2 | FE | 56 | 5 | 0 | 0 | B7 | 63 | 39 |
| Octal | 44 | 362 | 376 | 126 | 5 | 0 | 0 | 267 | 143 | 71 |
| Binary | 100100 | 11110010 | 11111110 | 1010110 | 101 | 0 | 0 | 10110111 | 1100011 | 111001 |
Color Harmonies of #24F2FE
Complementary color
Monochromatic Colors of #24F2FE
Black with #24F2FE
Text Example
Text Example
White with #24F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F2FE; }
p { color: rgb(36,242,254); }
H1.HeaderClassName
{
color: #24F2FE;
}
.AnyTagClassName
{
color: #24F2FE;
}
</style>
background-color css
<style>
a { background-color: #24F2FE; }
a { background-color: rgb(36,242,254); }
div.DivClassName
{
background-color: #24F2FE;
}
.BgClassName
{
background-color: #24F2FE;
}
</style>
border-color css
<style>
span { border-color: #24F2FE; }
span { border-color: rgb(36,242,254); }
td.TdClassName
{
border-color: #24F2FE;
}
.TagClassName
{
border-color: #24F2FE;
}
</style>