Shades of Aqua #15FDFC
Tints of Aqua #15FDFC
RGB
CMYK
RGB Variations
Color information
#15FDFC (or 0x15FDFC) is known color: Aqua. HEX triplet: 15, FD and FC. RGB value is (21,253,252). Sum of RGB (Red+Green+Blue) = 21+253+252=526 (69% of max value = 765). Red value is 21 (8.59% from 255 or 3.99% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FDFC is #EA0203. Grayscale: #B7B7B7. Windows color (decimal): -15335940 or 16579861. OLE color: 16579861.
HSL color Cylindrical-coordinate representation of color #15FDFC: hue angle of 179.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FDFC is Cyan = 0.92, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 253 | 252 | - |
| CMYK | 0.92 | 0 | 0.00 | 0.01 |
| HSL | 179.74º | 0.98% | 0.54% | - |
| HSV(B) | 179.74º | 0.92% | 0.99% | - |
| XYZ | 53.01 | 77.44 | 104.25 | - |
| YUV | 183.52 | 166.64 | 12.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 252 | 0.92 | 0 | 0.00 | 0.01 | 179.74 | 0.98 | 0.54 |
| Hex | 15 | FD | FC | 5C | 0 | 0 | 1 | B4 | 62 | 36 |
| Octal | 25 | 375 | 374 | 134 | 0 | 0 | 1 | 264 | 142 | 66 |
| Binary | 10101 | 11111101 | 11111100 | 1011100 | 0 | 0 | 1 | 10110100 | 1100010 | 110110 |
Color Harmonies of #15FDFC
Complementary color
Monochromatic Colors of #15FDFC
Black with #15FDFC
Text Example
Text Example
White with #15FDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDFC; }
p { color: rgb(21,253,252); }
H1.HeaderClassName
{
color: #15FDFC;
}
.AnyTagClassName
{
color: #15FDFC;
}
</style>
background-color css
<style>
a { background-color: #15FDFC; }
a { background-color: rgb(21,253,252); }
div.DivClassName
{
background-color: #15FDFC;
}
.BgClassName
{
background-color: #15FDFC;
}
</style>
border-color css
<style>
span { border-color: #15FDFC; }
span { border-color: rgb(21,253,252); }
td.TdClassName
{
border-color: #15FDFC;
}
.TagClassName
{
border-color: #15FDFC;
}
</style>