Shades of Aqua #10FFFA
Tints of Aqua #10FFFA
RGB
CMYK
RGB Variations
Color information
#10FFFA (or 0x10FFFA) is known color: Aqua. HEX triplet: 10, FF and FA. RGB value is (16,255,250). Sum of RGB (Red+Green+Blue) = 16+255+250=521 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.07% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FFFA is #EF0005. Grayscale: #B6B6B6. Windows color (decimal): -15663110 or 16449296. OLE color: 16449296.
HSL color Cylindrical-coordinate representation of color #10FFFA: hue angle of 178.74º 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 #10FFFA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 250 | - |
| CMYK | 0.94 | 0 | 0.02 | 0 |
| HSL | 178.74º | 1% | 0.53% | - |
| HSV(B) | 178.74º | 0.94% | 1% | - |
| XYZ | 53.23 | 78.53 | 102.8 | - |
| YUV | 182.97 | 165.82 | 8.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 250 | 0.94 | 0 | 0.02 | 0 | 178.74 | 1 | 0.53 |
| Hex | 10 | FF | FA | 5E | 0 | 2 | 0 | B3 | 64 | 35 |
| Octal | 20 | 377 | 372 | 136 | 0 | 2 | 0 | 263 | 144 | 65 |
| Binary | 10000 | 11111111 | 11111010 | 1011110 | 0 | 10 | 0 | 10110011 | 1100100 | 110101 |
Color Harmonies of #10FFFA
Complementary color
Monochromatic Colors of #10FFFA
Black with #10FFFA
Text Example
Text Example
White with #10FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFFA; }
p { color: rgb(16,255,250); }
H1.HeaderClassName
{
color: #10FFFA;
}
.AnyTagClassName
{
color: #10FFFA;
}
</style>
background-color css
<style>
a { background-color: #10FFFA; }
a { background-color: rgb(16,255,250); }
div.DivClassName
{
background-color: #10FFFA;
}
.BgClassName
{
background-color: #10FFFA;
}
</style>
border-color css
<style>
span { border-color: #10FFFA; }
span { border-color: rgb(16,255,250); }
td.TdClassName
{
border-color: #10FFFA;
}
.TagClassName
{
border-color: #10FFFA;
}
</style>