Shades of Aqua #10FCFF
Tints of Aqua #10FCFF
RGB
CMYK
RGB Variations
Color information
#10FCFF (or 0x10FCFF) is known color: Aqua. HEX triplet: 10, FC and FF. RGB value is (16,252,255). Sum of RGB (Red+Green+Blue) = 16+252+255=523 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.06% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #10FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FCFF is #EF0300. Grayscale: #B5B5B5. Windows color (decimal): -15663873 or 16776208. OLE color: 16776208.
HSL color Cylindrical-coordinate representation of color #10FCFF: hue angle of 180.75º 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 #10FCFF is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 252 | 255 | - |
| CMYK | 0.94 | 0.01 | 0 | 0 |
| HSL | 180.75º | 1% | 0.53% | - |
| HSV(B) | 180.75º | 0.94% | 1% | - |
| XYZ | 53.07 | 76.95 | 106.66 | - |
| YUV | 181.78 | 169.31 | 9.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 255 | 0.94 | 0.01 | 0 | 0 | 180.75 | 1 | 0.53 |
| Hex | 10 | FC | FF | 5E | 1 | 0 | 0 | B5 | 64 | 35 |
| Octal | 20 | 374 | 377 | 136 | 1 | 0 | 0 | 265 | 144 | 65 |
| Binary | 10000 | 11111100 | 11111111 | 1011110 | 1 | 0 | 0 | 10110101 | 1100100 | 110101 |
Color Harmonies of #10FCFF
Complementary color
Monochromatic Colors of #10FCFF
Black with #10FCFF
Text Example
Text Example
White with #10FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCFF; }
p { color: rgb(16,252,255); }
H1.HeaderClassName
{
color: #10FCFF;
}
.AnyTagClassName
{
color: #10FCFF;
}
</style>
background-color css
<style>
a { background-color: #10FCFF; }
a { background-color: rgb(16,252,255); }
div.DivClassName
{
background-color: #10FCFF;
}
.BgClassName
{
background-color: #10FCFF;
}
</style>
border-color css
<style>
span { border-color: #10FCFF; }
span { border-color: rgb(16,252,255); }
td.TdClassName
{
border-color: #10FCFF;
}
.TagClassName
{
border-color: #10FCFF;
}
</style>