Shades of Aqua #18FCF0
Tints of Aqua #18FCF0
RGB
CMYK
RGB Variations
Color information
#18FCF0 (or 0x18FCF0) is known color: Aqua. HEX triplet: 18, FC and F0. RGB value is (24,252,240). Sum of RGB (Red+Green+Blue) = 24+252+240=516 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.65% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FCF0 is #E7030F. Grayscale: #B6B6B6. Windows color (decimal): -15139600 or 15793176. OLE color: 15793176.
HSL color Cylindrical-coordinate representation of color #18FCF0: hue angle of 176.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FCF0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 240 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.01 |
| HSL | 176.84º | 0.97% | 0.54% | - |
| HSV(B) | 176.84º | 0.9% | 0.99% | - |
| XYZ | 50.92 | 76.11 | 94.44 | - |
| YUV | 182.46 | 160.46 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 240 | 0.90 | 0 | 0.05 | 0.01 | 176.84 | 0.97 | 0.54 |
| Hex | 18 | FC | F0 | 5A | 0 | 5 | 1 | B1 | 61 | 36 |
| Octal | 30 | 374 | 360 | 132 | 0 | 5 | 1 | 261 | 141 | 66 |
| Binary | 11000 | 11111100 | 11110000 | 1011010 | 0 | 101 | 1 | 10110001 | 1100001 | 110110 |
Color Harmonies of #18FCF0
Complementary color
Monochromatic Colors of #18FCF0
Black with #18FCF0
Text Example
Text Example
White with #18FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCF0; }
p { color: rgb(24,252,240); }
H1.HeaderClassName
{
color: #18FCF0;
}
.AnyTagClassName
{
color: #18FCF0;
}
</style>
background-color css
<style>
a { background-color: #18FCF0; }
a { background-color: rgb(24,252,240); }
div.DivClassName
{
background-color: #18FCF0;
}
.BgClassName
{
background-color: #18FCF0;
}
</style>
border-color css
<style>
span { border-color: #18FCF0; }
span { border-color: rgb(24,252,240); }
td.TdClassName
{
border-color: #18FCF0;
}
.TagClassName
{
border-color: #18FCF0;
}
</style>