Shades of Aqua #18EDFC
Tints of Aqua #18EDFC
RGB
CMYK
RGB Variations
Color information
#18EDFC (or 0x18EDFC) is known color: Aqua. HEX triplet: 18, ED and FC. RGB value is (24,237,252). Sum of RGB (Red+Green+Blue) = 24+237+252=513 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.68% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #18EDFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EDFC is #E71203. Grayscale: #AEAEAE. Windows color (decimal): -15143428 or 16575768. OLE color: 16575768.
HSL color Cylindrical-coordinate representation of color #18EDFC: hue angle of 183.95º 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 #18EDFC is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 237 | 252 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.01 |
| HSL | 183.95º | 0.97% | 0.54% | - |
| HSV(B) | 183.95º | 0.9% | 0.99% | - |
| XYZ | 48.23 | 67.79 | 102.64 | - |
| YUV | 175.02 | 171.43 | 20.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 237 | 252 | 0.90 | 0.06 | 0 | 0.01 | 183.95 | 0.97 | 0.54 |
| Hex | 18 | ED | FC | 5A | 6 | 0 | 1 | B8 | 61 | 36 |
| Octal | 30 | 355 | 374 | 132 | 6 | 0 | 1 | 270 | 141 | 66 |
| Binary | 11000 | 11101101 | 11111100 | 1011010 | 110 | 0 | 1 | 10111000 | 1100001 | 110110 |
Color Harmonies of #18EDFC
Complementary color
Monochromatic Colors of #18EDFC
Black with #18EDFC
Text Example
Text Example
White with #18EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EDFC; }
p { color: rgb(24,237,252); }
H1.HeaderClassName
{
color: #18EDFC;
}
.AnyTagClassName
{
color: #18EDFC;
}
</style>
background-color css
<style>
a { background-color: #18EDFC; }
a { background-color: rgb(24,237,252); }
div.DivClassName
{
background-color: #18EDFC;
}
.BgClassName
{
background-color: #18EDFC;
}
</style>
border-color css
<style>
span { border-color: #18EDFC; }
span { border-color: rgb(24,237,252); }
td.TdClassName
{
border-color: #18EDFC;
}
.TagClassName
{
border-color: #18EDFC;
}
</style>