Shades of Aqua #18FEFE
Tints of Aqua #18FEFE
RGB
CMYK
RGB Variations
Color information
#18FEFE (or 0x18FEFE) is known color: Aqua. HEX triplet: 18, FE and FE. RGB value is (24,254,254). Sum of RGB (Red+Green+Blue) = 24+254+254=532 (70% of max value = 765). Red value is 24 (9.77% from 255 or 4.51% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #18FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEFE is #E70101. Grayscale: #B8B8B8. Windows color (decimal): -15139074 or 16711192. OLE color: 16711192.
HSL color Cylindrical-coordinate representation of color #18FEFE: hue angle of 180º 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 #18FEFE is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 254 | - |
| CMYK | 0.91 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.55% | - |
| HSV(B) | 180º | 0.91% | 1% | - |
| XYZ | 53.71 | 78.23 | 106.04 | - |
| YUV | 185.23 | 166.8 | 13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 254 | 0.91 | 0 | 0 | 0.00 | 180 | 0.99 | 0.55 |
| Hex | 18 | FE | FE | 5B | 0 | 0 | 0 | B4 | 63 | 37 |
| Octal | 30 | 376 | 376 | 133 | 0 | 0 | 0 | 264 | 143 | 67 |
| Binary | 11000 | 11111110 | 11111110 | 1011011 | 0 | 0 | 0 | 10110100 | 1100011 | 110111 |
Color Harmonies of #18FEFE
Complementary color
Monochromatic Colors of #18FEFE
Black with #18FEFE
Text Example
Text Example
White with #18FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEFE; }
p { color: rgb(24,254,254); }
H1.HeaderClassName
{
color: #18FEFE;
}
.AnyTagClassName
{
color: #18FEFE;
}
</style>
background-color css
<style>
a { background-color: #18FEFE; }
a { background-color: rgb(24,254,254); }
div.DivClassName
{
background-color: #18FEFE;
}
.BgClassName
{
background-color: #18FEFE;
}
</style>
border-color css
<style>
span { border-color: #18FEFE; }
span { border-color: rgb(24,254,254); }
td.TdClassName
{
border-color: #18FEFE;
}
.TagClassName
{
border-color: #18FEFE;
}
</style>