Shades of Aqua #18FEFC
Tints of Aqua #18FEFC
RGB
CMYK
RGB Variations
Color information
#18FEFC (or 0x18FEFC) is known color: Aqua. HEX triplet: 18, FE and FC. RGB value is (24,254,252). Sum of RGB (Red+Green+Blue) = 24+254+252=530 (70% of max value = 765). Red value is 24 (9.77% from 255 or 4.53% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEFC is #E70103. Grayscale: #B8B8B8. Windows color (decimal): -15139076 or 16580120. OLE color: 16580120.
HSL color Cylindrical-coordinate representation of color #18FEFC: hue angle of 179.48º 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 #18FEFC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 252 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.00 |
| HSL | 179.48º | 0.99% | 0.55% | - |
| HSV(B) | 179.48º | 0.91% | 1% | - |
| XYZ | 53.39 | 78.11 | 104.36 | - |
| YUV | 185 | 165.8 | 13.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 252 | 0.91 | 0 | 0.01 | 0.00 | 179.48 | 0.99 | 0.55 |
| Hex | 18 | FE | FC | 5B | 0 | 1 | 0 | B3 | 63 | 37 |
| Octal | 30 | 376 | 374 | 133 | 0 | 1 | 0 | 263 | 143 | 67 |
| Binary | 11000 | 11111110 | 11111100 | 1011011 | 0 | 1 | 0 | 10110011 | 1100011 | 110111 |
Color Harmonies of #18FEFC
Complementary color
Monochromatic Colors of #18FEFC
Black with #18FEFC
Text Example
Text Example
White with #18FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEFC; }
p { color: rgb(24,254,252); }
H1.HeaderClassName
{
color: #18FEFC;
}
.AnyTagClassName
{
color: #18FEFC;
}
</style>
background-color css
<style>
a { background-color: #18FEFC; }
a { background-color: rgb(24,254,252); }
div.DivClassName
{
background-color: #18FEFC;
}
.BgClassName
{
background-color: #18FEFC;
}
</style>
border-color css
<style>
span { border-color: #18FEFC; }
span { border-color: rgb(24,254,252); }
td.TdClassName
{
border-color: #18FEFC;
}
.TagClassName
{
border-color: #18FEFC;
}
</style>