Shades of Aqua #18EFFE
Tints of Aqua #18EFFE
RGB
CMYK
RGB Variations
Color information
#18EFFE (or 0x18EFFE) is known color: Aqua. HEX triplet: 18, EF and FE. RGB value is (24,239,254). Sum of RGB (Red+Green+Blue) = 24+239+254=517 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.64% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #18EFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EFFE is #E71001. Grayscale: #B0B0B0. Windows color (decimal): -15142914 or 16707352. OLE color: 16707352.
HSL color Cylindrical-coordinate representation of color #18EFFE: hue angle of 183.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18EFFE is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 239 | 254 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.00 |
| HSL | 183.91º | 0.99% | 0.55% | - |
| HSV(B) | 183.91º | 0.91% | 1% | - |
| XYZ | 49.13 | 69.08 | 104.51 | - |
| YUV | 176.43 | 171.77 | 19.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 254 | 0.91 | 0.06 | 0 | 0.00 | 183.91 | 0.99 | 0.55 |
| Hex | 18 | EF | FE | 5B | 6 | 0 | 0 | B8 | 63 | 37 |
| Octal | 30 | 357 | 376 | 133 | 6 | 0 | 0 | 270 | 143 | 67 |
| Binary | 11000 | 11101111 | 11111110 | 1011011 | 110 | 0 | 0 | 10111000 | 1100011 | 110111 |
Color Harmonies of #18EFFE
Complementary color
Monochromatic Colors of #18EFFE
Black with #18EFFE
Text Example
Text Example
White with #18EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFFE; }
p { color: rgb(24,239,254); }
H1.HeaderClassName
{
color: #18EFFE;
}
.AnyTagClassName
{
color: #18EFFE;
}
</style>
background-color css
<style>
a { background-color: #18EFFE; }
a { background-color: rgb(24,239,254); }
div.DivClassName
{
background-color: #18EFFE;
}
.BgClassName
{
background-color: #18EFFE;
}
</style>
border-color css
<style>
span { border-color: #18EFFE; }
span { border-color: rgb(24,239,254); }
td.TdClassName
{
border-color: #18EFFE;
}
.TagClassName
{
border-color: #18EFFE;
}
</style>