Shades of Aqua #24FAF5
Tints of Aqua #24FAF5
RGB
CMYK
RGB Variations
Color information
#24FAF5 (or 0x24FAF5) is known color: Aqua. HEX triplet: 24, FA and F5. RGB value is (36,250,245). Sum of RGB (Red+Green+Blue) = 36+250+245=531 (70% of max value = 765). Red value is 36 (14.45% from 255 or 6.78% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #24FAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24FAF5 is #DB050A. Grayscale: #B9B9B9. Windows color (decimal): -14353675 or 16120356. OLE color: 16120356.
HSL color Cylindrical-coordinate representation of color #24FAF5: hue angle of 178.6º 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 #24FAF5 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 250 | 245 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.02 |
| HSL | 178.6º | 0.96% | 0.56% | - |
| HSV(B) | 178.6º | 0.86% | 0.98% | - |
| XYZ | 51.39 | 75.34 | 98.22 | - |
| YUV | 185.44 | 161.6 | 21.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 250 | 245 | 0.86 | 0 | 0.02 | 0.02 | 178.6 | 0.96 | 0.56 |
| Hex | 24 | FA | F5 | 56 | 0 | 2 | 2 | B3 | 60 | 38 |
| Octal | 44 | 372 | 365 | 126 | 0 | 2 | 2 | 263 | 140 | 70 |
| Binary | 100100 | 11111010 | 11110101 | 1010110 | 0 | 10 | 10 | 10110011 | 1100000 | 111000 |
Color Harmonies of #24FAF5
Complementary color
Monochromatic Colors of #24FAF5
Black with #24FAF5
Text Example
Text Example
White with #24FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FAF5; }
p { color: rgb(36,250,245); }
H1.HeaderClassName
{
color: #24FAF5;
}
.AnyTagClassName
{
color: #24FAF5;
}
</style>
background-color css
<style>
a { background-color: #24FAF5; }
a { background-color: rgb(36,250,245); }
div.DivClassName
{
background-color: #24FAF5;
}
.BgClassName
{
background-color: #24FAF5;
}
</style>
border-color css
<style>
span { border-color: #24FAF5; }
span { border-color: rgb(36,250,245); }
td.TdClassName
{
border-color: #24FAF5;
}
.TagClassName
{
border-color: #24FAF5;
}
</style>