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