Shades of Aqua #10FCFC
Tints of Aqua #10FCFC
RGB
CMYK
RGB Variations
Color information
#10FCFC (or 0x10FCFC) is known color: Aqua. HEX triplet: 10, FC and FC. RGB value is (16,252,252). Sum of RGB (Red+Green+Blue) = 16+252+252=520 (68% of max value = 765). Red value is 16 (6.64% from 255 or 3.08% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #10FCFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FCFC is #EF0303. Grayscale: #B5B5B5. Windows color (decimal): -15663876 or 16579600. OLE color: 16579600.
HSL color Cylindrical-coordinate representation of color #10FCFC: hue angle of 180º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FCFC is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 252 | - |
| CMYK | 0.94 | 0 | 0 | 0.01 |
| HSL | 180º | 0.98% | 0.53% | - |
| HSV(B) | 180º | 0.94% | 0.99% | - |
| XYZ | 52.59 | 76.76 | 104.14 | - |
| YUV | 181.44 | 167.81 | 10 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 252 | 0.94 | 0 | 0 | 0.01 | 180 | 0.98 | 0.53 |
| Hex | 10 | FC | FC | 5E | 0 | 0 | 1 | B4 | 62 | 35 |
| Octal | 20 | 374 | 374 | 136 | 0 | 0 | 1 | 264 | 142 | 65 |
| Binary | 10000 | 11111100 | 11111100 | 1011110 | 0 | 0 | 1 | 10110100 | 1100010 | 110101 |
Color Harmonies of #10FCFC
Complementary color
Monochromatic Colors of #10FCFC
Black with #10FCFC
Text Example
Text Example
White with #10FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCFC; }
p { color: rgb(16,252,252); }
H1.HeaderClassName
{
color: #10FCFC;
}
.AnyTagClassName
{
color: #10FCFC;
}
</style>
background-color css
<style>
a { background-color: #10FCFC; }
a { background-color: rgb(16,252,252); }
div.DivClassName
{
background-color: #10FCFC;
}
.BgClassName
{
background-color: #10FCFC;
}
</style>
border-color css
<style>
span { border-color: #10FCFC; }
span { border-color: rgb(16,252,252); }
td.TdClassName
{
border-color: #10FCFC;
}
.TagClassName
{
border-color: #10FCFC;
}
</style>