Shades of Aqua #18FCFF
Tints of Aqua #18FCFF
RGB
CMYK
RGB Variations
Color information
#18FCFF (or 0x18FCFF) is known color: Aqua. HEX triplet: 18, FC and FF. RGB value is (24,252,255). Sum of RGB (Red+Green+Blue) = 24+252+255=531 (70% of max value = 765). Red value is 24 (9.77% from 255 or 4.52% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #18FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FCFF is #E70300. Grayscale: #B7B7B7. Windows color (decimal): -15139585 or 16776216. OLE color: 16776216.
HSL color Cylindrical-coordinate representation of color #18FCFF: hue angle of 180.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FCFF is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 252 | 255 | - |
| CMYK | 0.91 | 0.01 | 0 | 0 |
| HSL | 180.78º | 1% | 0.55% | - |
| HSV(B) | 180.78º | 0.91% | 1% | - |
| XYZ | 53.24 | 77.04 | 106.67 | - |
| YUV | 184.17 | 167.96 | 13.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 255 | 0.91 | 0.01 | 0 | 0 | 180.78 | 1 | 0.55 |
| Hex | 18 | FC | FF | 5B | 1 | 0 | 0 | B5 | 64 | 37 |
| Octal | 30 | 374 | 377 | 133 | 1 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11000 | 11111100 | 11111111 | 1011011 | 1 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #18FCFF
Complementary color
Monochromatic Colors of #18FCFF
Black with #18FCFF
Text Example
Text Example
White with #18FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCFF; }
p { color: rgb(24,252,255); }
H1.HeaderClassName
{
color: #18FCFF;
}
.AnyTagClassName
{
color: #18FCFF;
}
</style>
background-color css
<style>
a { background-color: #18FCFF; }
a { background-color: rgb(24,252,255); }
div.DivClassName
{
background-color: #18FCFF;
}
.BgClassName
{
background-color: #18FCFF;
}
</style>
border-color css
<style>
span { border-color: #18FCFF; }
span { border-color: rgb(24,252,255); }
td.TdClassName
{
border-color: #18FCFF;
}
.TagClassName
{
border-color: #18FCFF;
}
</style>