Shades of Aqua #18FFFC
Tints of Aqua #18FFFC
RGB
CMYK
RGB Variations
Color information
#18FFFC (or 0x18FFFC) is known color: Aqua. HEX triplet: 18, FF and FC. RGB value is (24,255,252). Sum of RGB (Red+Green+Blue) = 24+255+252=531 (70% of max value = 765). Red value is 24 (9.77% from 255 or 4.52% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FFFC is #E70003. Grayscale: #B9B9B9. Windows color (decimal): -15138820 or 16580376. OLE color: 16580376.
HSL color Cylindrical-coordinate representation of color #18FFFC: hue angle of 179.22º 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 #18FFFC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 252 | - |
| CMYK | 0.91 | 0 | 0.01 | 0 |
| HSL | 179.22º | 1% | 0.55% | - |
| HSV(B) | 179.22º | 0.91% | 1% | - |
| XYZ | 53.71 | 78.74 | 104.46 | - |
| YUV | 185.59 | 165.47 | 12.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 252 | 0.91 | 0 | 0.01 | 0 | 179.22 | 1 | 0.55 |
| Hex | 18 | FF | FC | 5B | 0 | 1 | 0 | B3 | 64 | 37 |
| Octal | 30 | 377 | 374 | 133 | 0 | 1 | 0 | 263 | 144 | 67 |
| Binary | 11000 | 11111111 | 11111100 | 1011011 | 0 | 1 | 0 | 10110011 | 1100100 | 110111 |
Color Harmonies of #18FFFC
Complementary color
Monochromatic Colors of #18FFFC
Black with #18FFFC
Text Example
Text Example
White with #18FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFFC; }
p { color: rgb(24,255,252); }
H1.HeaderClassName
{
color: #18FFFC;
}
.AnyTagClassName
{
color: #18FFFC;
}
</style>
background-color css
<style>
a { background-color: #18FFFC; }
a { background-color: rgb(24,255,252); }
div.DivClassName
{
background-color: #18FFFC;
}
.BgClassName
{
background-color: #18FFFC;
}
</style>
border-color css
<style>
span { border-color: #18FFFC; }
span { border-color: rgb(24,255,252); }
td.TdClassName
{
border-color: #18FFFC;
}
.TagClassName
{
border-color: #18FFFC;
}
</style>