Shades of Aqua #18EFFF
Tints of Aqua #18EFFF
RGB
CMYK
RGB Variations
Color information
#18EFFF (or 0x18EFFF) is known color: Aqua. HEX triplet: 18, EF and FF. RGB value is (24,239,255). Sum of RGB (Red+Green+Blue) = 24+239+255=518 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.63% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #18EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EFFF is #E71000. Grayscale: #B0B0B0. Windows color (decimal): -15142913 or 16772888. OLE color: 16772888.
HSL color Cylindrical-coordinate representation of color #18EFFF: hue angle of 184.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18EFFF is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 239 | 255 | - |
| CMYK | 0.91 | 0.06 | 0 | 0 |
| HSL | 184.16º | 1% | 0.55% | - |
| HSV(B) | 184.16º | 0.91% | 1% | - |
| XYZ | 49.29 | 69.15 | 105.36 | - |
| YUV | 176.54 | 172.27 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 255 | 0.91 | 0.06 | 0 | 0 | 184.16 | 1 | 0.55 |
| Hex | 18 | EF | FF | 5B | 6 | 0 | 0 | B8 | 64 | 37 |
| Octal | 30 | 357 | 377 | 133 | 6 | 0 | 0 | 270 | 144 | 67 |
| Binary | 11000 | 11101111 | 11111111 | 1011011 | 110 | 0 | 0 | 10111000 | 1100100 | 110111 |
Color Harmonies of #18EFFF
Complementary color
Monochromatic Colors of #18EFFF
Black with #18EFFF
Text Example
Text Example
White with #18EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFFF; }
p { color: rgb(24,239,255); }
H1.HeaderClassName
{
color: #18EFFF;
}
.AnyTagClassName
{
color: #18EFFF;
}
</style>
background-color css
<style>
a { background-color: #18EFFF; }
a { background-color: rgb(24,239,255); }
div.DivClassName
{
background-color: #18EFFF;
}
.BgClassName
{
background-color: #18EFFF;
}
</style>
border-color css
<style>
span { border-color: #18EFFF; }
span { border-color: rgb(24,239,255); }
td.TdClassName
{
border-color: #18EFFF;
}
.TagClassName
{
border-color: #18EFFF;
}
</style>