Shades of Aqua #24FFFE
Tints of Aqua #24FFFE
RGB
CMYK
RGB Variations
Color information
#24FFFE (or 0x24FFFE) is known color: Aqua. HEX triplet: 24, FF and FE. RGB value is (36,255,254). Sum of RGB (Red+Green+Blue) = 36+255+254=545 (72% of max value = 765). Red value is 36 (14.45% from 255 or 6.61% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #24FFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FFFE is #DB0001. Grayscale: #BDBDBD. Windows color (decimal): -14352386 or 16711460. OLE color: 16711460.
HSL color Cylindrical-coordinate representation of color #24FFFE: hue angle of 179.73º 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 #24FFFE is Cyan = 0.86, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 255 | 254 | - |
| CMYK | 0.86 | 0 | 0.00 | 0 |
| HSL | 179.73º | 1% | 0.57% | - |
| HSV(B) | 179.73º | 0.86% | 1% | - |
| XYZ | 54.38 | 79.05 | 106.16 | - |
| YUV | 189.41 | 164.45 | 18.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 255 | 254 | 0.86 | 0 | 0.00 | 0 | 179.73 | 1 | 0.57 |
| Hex | 24 | FF | FE | 56 | 0 | 0 | 0 | B4 | 64 | 39 |
| Octal | 44 | 377 | 376 | 126 | 0 | 0 | 0 | 264 | 144 | 71 |
| Binary | 100100 | 11111111 | 11111110 | 1010110 | 0 | 0 | 0 | 10110100 | 1100100 | 111001 |
Color Harmonies of #24FFFE
Complementary color
Monochromatic Colors of #24FFFE
Black with #24FFFE
Text Example
Text Example
White with #24FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FFFE; }
p { color: rgb(36,255,254); }
H1.HeaderClassName
{
color: #24FFFE;
}
.AnyTagClassName
{
color: #24FFFE;
}
</style>
background-color css
<style>
a { background-color: #24FFFE; }
a { background-color: rgb(36,255,254); }
div.DivClassName
{
background-color: #24FFFE;
}
.BgClassName
{
background-color: #24FFFE;
}
</style>
border-color css
<style>
span { border-color: #24FFFE; }
span { border-color: rgb(36,255,254); }
td.TdClassName
{
border-color: #24FFFE;
}
.TagClassName
{
border-color: #24FFFE;
}
</style>