Shades of Aqua #18FCEF
Tints of Aqua #18FCEF
RGB
CMYK
RGB Variations
Color information
#18FCEF (or 0x18FCEF) is known color: Aqua. HEX triplet: 18, FC and EF. RGB value is (24,252,239). Sum of RGB (Red+Green+Blue) = 24+252+239=515 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.66% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FCEF is #E70310. Grayscale: #B6B6B6. Windows color (decimal): -15139601 or 15727640. OLE color: 15727640.
HSL color Cylindrical-coordinate representation of color #18FCEF: hue angle of 176.58º 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 #18FCEF is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 239 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.01 |
| HSL | 176.58º | 0.97% | 0.54% | - |
| HSV(B) | 176.58º | 0.9% | 0.99% | - |
| XYZ | 50.77 | 76.05 | 93.66 | - |
| YUV | 182.35 | 159.96 | 15.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 239 | 0.90 | 0 | 0.05 | 0.01 | 176.58 | 0.97 | 0.54 |
| Hex | 18 | FC | EF | 5A | 0 | 5 | 1 | B1 | 61 | 36 |
| Octal | 30 | 374 | 357 | 132 | 0 | 5 | 1 | 261 | 141 | 66 |
| Binary | 11000 | 11111100 | 11101111 | 1011010 | 0 | 101 | 1 | 10110001 | 1100001 | 110110 |
Color Harmonies of #18FCEF
Complementary color
Monochromatic Colors of #18FCEF
Black with #18FCEF
Text Example
Text Example
White with #18FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCEF; }
p { color: rgb(24,252,239); }
H1.HeaderClassName
{
color: #18FCEF;
}
.AnyTagClassName
{
color: #18FCEF;
}
</style>
background-color css
<style>
a { background-color: #18FCEF; }
a { background-color: rgb(24,252,239); }
div.DivClassName
{
background-color: #18FCEF;
}
.BgClassName
{
background-color: #18FCEF;
}
</style>
border-color css
<style>
span { border-color: #18FCEF; }
span { border-color: rgb(24,252,239); }
td.TdClassName
{
border-color: #18FCEF;
}
.TagClassName
{
border-color: #18FCEF;
}
</style>