Shades of Aqua #18FCEE
Tints of Aqua #18FCEE
RGB
CMYK
RGB Variations
Color information
#18FCEE (or 0x18FCEE) is known color: Aqua. HEX triplet: 18, FC and EE. RGB value is (24,252,238). Sum of RGB (Red+Green+Blue) = 24+252+238=514 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.67% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FCEE is #E70311. Grayscale: #B6B6B6. Windows color (decimal): -15139602 or 15662104. OLE color: 15662104.
HSL color Cylindrical-coordinate representation of color #18FCEE: hue angle of 176.32º 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 #18FCEE is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 238 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.01 |
| HSL | 176.32º | 0.97% | 0.54% | - |
| HSV(B) | 176.32º | 0.9% | 0.99% | - |
| XYZ | 50.62 | 75.99 | 92.89 | - |
| YUV | 182.23 | 159.46 | 15.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 238 | 0.90 | 0 | 0.06 | 0.01 | 176.32 | 0.97 | 0.54 |
| Hex | 18 | FC | EE | 5A | 0 | 6 | 1 | B0 | 61 | 36 |
| Octal | 30 | 374 | 356 | 132 | 0 | 6 | 1 | 260 | 141 | 66 |
| Binary | 11000 | 11111100 | 11101110 | 1011010 | 0 | 110 | 1 | 10110000 | 1100001 | 110110 |
Color Harmonies of #18FCEE
Complementary color
Monochromatic Colors of #18FCEE
Black with #18FCEE
Text Example
Text Example
White with #18FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCEE; }
p { color: rgb(24,252,238); }
H1.HeaderClassName
{
color: #18FCEE;
}
.AnyTagClassName
{
color: #18FCEE;
}
</style>
background-color css
<style>
a { background-color: #18FCEE; }
a { background-color: rgb(24,252,238); }
div.DivClassName
{
background-color: #18FCEE;
}
.BgClassName
{
background-color: #18FCEE;
}
</style>
border-color css
<style>
span { border-color: #18FCEE; }
span { border-color: rgb(24,252,238); }
td.TdClassName
{
border-color: #18FCEE;
}
.TagClassName
{
border-color: #18FCEE;
}
</style>