Shades of Aqua #24EDFB
Tints of Aqua #24EDFB
RGB
CMYK
RGB Variations
Color information
#24EDFB (or 0x24EDFB) is known color: Aqua. HEX triplet: 24, ED and FB. RGB value is (36,237,251). Sum of RGB (Red+Green+Blue) = 36+237+251=524 (69% of max value = 765). Red value is 36 (14.45% from 255 or 6.87% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #24EDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EDFB is #DB1204. Grayscale: #B2B2B2. Windows color (decimal): -14356997 or 16510244. OLE color: 16510244.
HSL color Cylindrical-coordinate representation of color #24EDFB: hue angle of 183.91º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24EDFB is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 237 | 251 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.02 |
| HSL | 183.91º | 0.96% | 0.56% | - |
| HSV(B) | 183.91º | 0.86% | 0.98% | - |
| XYZ | 48.42 | 67.91 | 101.82 | - |
| YUV | 178.5 | 168.91 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 237 | 251 | 0.86 | 0.06 | 0 | 0.02 | 183.91 | 0.96 | 0.56 |
| Hex | 24 | ED | FB | 56 | 6 | 0 | 2 | B8 | 60 | 38 |
| Octal | 44 | 355 | 373 | 126 | 6 | 0 | 2 | 270 | 140 | 70 |
| Binary | 100100 | 11101101 | 11111011 | 1010110 | 110 | 0 | 10 | 10111000 | 1100000 | 111000 |
Color Harmonies of #24EDFB
Complementary color
Monochromatic Colors of #24EDFB
Black with #24EDFB
Text Example
Text Example
White with #24EDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EDFB; }
p { color: rgb(36,237,251); }
H1.HeaderClassName
{
color: #24EDFB;
}
.AnyTagClassName
{
color: #24EDFB;
}
</style>
background-color css
<style>
a { background-color: #24EDFB; }
a { background-color: rgb(36,237,251); }
div.DivClassName
{
background-color: #24EDFB;
}
.BgClassName
{
background-color: #24EDFB;
}
</style>
border-color css
<style>
span { border-color: #24EDFB; }
span { border-color: rgb(36,237,251); }
td.TdClassName
{
border-color: #24EDFB;
}
.TagClassName
{
border-color: #24EDFB;
}
</style>