Shades of Aqua #24FEFE
Tints of Aqua #24FEFE
RGB
CMYK
RGB Variations
Color information
#24FEFE (or 0x24FEFE) is known color: Aqua. HEX triplet: 24, FE and FE. RGB value is (36,254,254). Sum of RGB (Red+Green+Blue) = 36+254+254=544 (72% of max value = 765). Red value is 36 (14.45% from 255 or 6.62% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #24FEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FEFE is #DB0101. Grayscale: #BCBCBC. Windows color (decimal): -14352642 or 16711204. OLE color: 16711204.
HSL color Cylindrical-coordinate representation of color #24FEFE: hue angle of 180º 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 #24FEFE is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 254 | 254 | - |
| CMYK | 0.86 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.57% | - |
| HSV(B) | 180º | 0.86% | 1% | - |
| XYZ | 54.06 | 78.41 | 106.05 | - |
| YUV | 188.82 | 164.78 | 19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 254 | 254 | 0.86 | 0 | 0 | 0.00 | 180 | 0.99 | 0.57 |
| Hex | 24 | FE | FE | 56 | 0 | 0 | 0 | B4 | 63 | 39 |
| Octal | 44 | 376 | 376 | 126 | 0 | 0 | 0 | 264 | 143 | 71 |
| Binary | 100100 | 11111110 | 11111110 | 1010110 | 0 | 0 | 0 | 10110100 | 1100011 | 111001 |
Color Harmonies of #24FEFE
Complementary color
Monochromatic Colors of #24FEFE
Black with #24FEFE
Text Example
Text Example
White with #24FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FEFE; }
p { color: rgb(36,254,254); }
H1.HeaderClassName
{
color: #24FEFE;
}
.AnyTagClassName
{
color: #24FEFE;
}
</style>
background-color css
<style>
a { background-color: #24FEFE; }
a { background-color: rgb(36,254,254); }
div.DivClassName
{
background-color: #24FEFE;
}
.BgClassName
{
background-color: #24FEFE;
}
</style>
border-color css
<style>
span { border-color: #24FEFE; }
span { border-color: rgb(36,254,254); }
td.TdClassName
{
border-color: #24FEFE;
}
.TagClassName
{
border-color: #24FEFE;
}
</style>