Shades of Aqua #15FFFC
Tints of Aqua #15FFFC
RGB
CMYK
RGB Variations
Color information
#15FFFC (or 0x15FFFC) is known color: Aqua. HEX triplet: 15, FF and FC. RGB value is (21,255,252). Sum of RGB (Red+Green+Blue) = 21+255+252=528 (69% of max value = 765). Red value is 21 (8.59% from 255 or 3.98% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFFC is #EA0003. Grayscale: #B8B8B8. Windows color (decimal): -15335428 or 16580373. OLE color: 16580373.
HSL color Cylindrical-coordinate representation of color #15FFFC: hue angle of 179.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFFC is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 252 | - |
| CMYK | 0.92 | 0 | 0.01 | 0 |
| HSL | 179.23º | 1% | 0.54% | - |
| HSV(B) | 179.23º | 0.92% | 1% | - |
| XYZ | 53.64 | 78.71 | 104.46 | - |
| YUV | 184.69 | 165.98 | 11.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 252 | 0.92 | 0 | 0.01 | 0 | 179.23 | 1 | 0.54 |
| Hex | 15 | FF | FC | 5C | 0 | 1 | 0 | B3 | 64 | 36 |
| Octal | 25 | 377 | 374 | 134 | 0 | 1 | 0 | 263 | 144 | 66 |
| Binary | 10101 | 11111111 | 11111100 | 1011100 | 0 | 1 | 0 | 10110011 | 1100100 | 110110 |
Color Harmonies of #15FFFC
Complementary color
Monochromatic Colors of #15FFFC
Black with #15FFFC
Text Example
Text Example
White with #15FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFFC; }
p { color: rgb(21,255,252); }
H1.HeaderClassName
{
color: #15FFFC;
}
.AnyTagClassName
{
color: #15FFFC;
}
</style>
background-color css
<style>
a { background-color: #15FFFC; }
a { background-color: rgb(21,255,252); }
div.DivClassName
{
background-color: #15FFFC;
}
.BgClassName
{
background-color: #15FFFC;
}
</style>
border-color css
<style>
span { border-color: #15FFFC; }
span { border-color: rgb(21,255,252); }
td.TdClassName
{
border-color: #15FFFC;
}
.TagClassName
{
border-color: #15FFFC;
}
</style>