Shades of Aqua #10FFFC
Tints of Aqua #10FFFC
RGB
CMYK
RGB Variations
Color information
#10FFFC (or 0x10FFFC) is known color: Aqua. HEX triplet: 10, FF and FC. RGB value is (16,255,252). Sum of RGB (Red+Green+Blue) = 16+255+252=523 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.06% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FFFC is #EF0003. Grayscale: #B6B6B6. Windows color (decimal): -15663108 or 16580368. OLE color: 16580368.
HSL color Cylindrical-coordinate representation of color #10FFFC: hue angle of 179.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFFC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 252 | - |
| CMYK | 0.94 | 0 | 0.01 | 0 |
| HSL | 179.25º | 1% | 0.53% | - |
| HSV(B) | 179.25º | 0.94% | 1% | - |
| XYZ | 53.54 | 78.66 | 104.46 | - |
| YUV | 183.2 | 166.82 | 8.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 252 | 0.94 | 0 | 0.01 | 0 | 179.25 | 1 | 0.53 |
| Hex | 10 | FF | FC | 5E | 0 | 1 | 0 | B3 | 64 | 35 |
| Octal | 20 | 377 | 374 | 136 | 0 | 1 | 0 | 263 | 144 | 65 |
| Binary | 10000 | 11111111 | 11111100 | 1011110 | 0 | 1 | 0 | 10110011 | 1100100 | 110101 |
Color Harmonies of #10FFFC
Complementary color
Monochromatic Colors of #10FFFC
Black with #10FFFC
Text Example
Text Example
White with #10FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFFC; }
p { color: rgb(16,255,252); }
H1.HeaderClassName
{
color: #10FFFC;
}
.AnyTagClassName
{
color: #10FFFC;
}
</style>
background-color css
<style>
a { background-color: #10FFFC; }
a { background-color: rgb(16,255,252); }
div.DivClassName
{
background-color: #10FFFC;
}
.BgClassName
{
background-color: #10FFFC;
}
</style>
border-color css
<style>
span { border-color: #10FFFC; }
span { border-color: rgb(16,255,252); }
td.TdClassName
{
border-color: #10FFFC;
}
.TagClassName
{
border-color: #10FFFC;
}
</style>