Shades of Aqua #18EFFD
Tints of Aqua #18EFFD
RGB
CMYK
RGB Variations
Color information
#18EFFD (or 0x18EFFD) is known color: Aqua. HEX triplet: 18, EF and FD. RGB value is (24,239,253). Sum of RGB (Red+Green+Blue) = 24+239+253=516 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.65% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #18EFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EFFD is #E71002. Grayscale: #B0B0B0. Windows color (decimal): -15142915 or 16641816. OLE color: 16641816.
HSL color Cylindrical-coordinate representation of color #18EFFD: hue angle of 183.67º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18EFFD is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 239 | 253 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.01 |
| HSL | 183.67º | 0.98% | 0.54% | - |
| HSV(B) | 183.67º | 0.91% | 0.99% | - |
| XYZ | 48.97 | 69.02 | 103.67 | - |
| YUV | 176.31 | 171.27 | 19.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 253 | 0.91 | 0.06 | 0 | 0.01 | 183.67 | 0.98 | 0.54 |
| Hex | 18 | EF | FD | 5B | 6 | 0 | 1 | B8 | 62 | 36 |
| Octal | 30 | 357 | 375 | 133 | 6 | 0 | 1 | 270 | 142 | 66 |
| Binary | 11000 | 11101111 | 11111101 | 1011011 | 110 | 0 | 1 | 10111000 | 1100010 | 110110 |
Color Harmonies of #18EFFD
Complementary color
Monochromatic Colors of #18EFFD
Black with #18EFFD
Text Example
Text Example
White with #18EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFFD; }
p { color: rgb(24,239,253); }
H1.HeaderClassName
{
color: #18EFFD;
}
.AnyTagClassName
{
color: #18EFFD;
}
</style>
background-color css
<style>
a { background-color: #18EFFD; }
a { background-color: rgb(24,239,253); }
div.DivClassName
{
background-color: #18EFFD;
}
.BgClassName
{
background-color: #18EFFD;
}
</style>
border-color css
<style>
span { border-color: #18EFFD; }
span { border-color: rgb(24,239,253); }
td.TdClassName
{
border-color: #18EFFD;
}
.TagClassName
{
border-color: #18EFFD;
}
</style>