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