Shades of Aqua #10FEFA
Tints of Aqua #10FEFA
RGB
CMYK
RGB Variations
Color information
#10FEFA (or 0x10FEFA) is known color: Aqua. HEX triplet: 10, FE and FA. RGB value is (16,254,250). Sum of RGB (Red+Green+Blue) = 16+254+250=520 (68% of max value = 765). Red value is 16 (6.64% from 255 or 3.08% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #10FEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FEFA is #EF0105. Grayscale: #B6B6B6. Windows color (decimal): -15663366 or 16449040. OLE color: 16449040.
HSL color Cylindrical-coordinate representation of color #10FEFA: hue angle of 178.99º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FEFA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 250 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.00 |
| HSL | 178.99º | 0.99% | 0.53% | - |
| HSV(B) | 178.99º | 0.94% | 1% | - |
| XYZ | 52.91 | 77.9 | 102.69 | - |
| YUV | 182.38 | 166.15 | 9.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 250 | 0.94 | 0 | 0.02 | 0.00 | 178.99 | 0.99 | 0.53 |
| Hex | 10 | FE | FA | 5E | 0 | 2 | 0 | B3 | 63 | 35 |
| Octal | 20 | 376 | 372 | 136 | 0 | 2 | 0 | 263 | 143 | 65 |
| Binary | 10000 | 11111110 | 11111010 | 1011110 | 0 | 10 | 0 | 10110011 | 1100011 | 110101 |
Color Harmonies of #10FEFA
Complementary color
Monochromatic Colors of #10FEFA
Black with #10FEFA
Text Example
Text Example
White with #10FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FEFA; }
p { color: rgb(16,254,250); }
H1.HeaderClassName
{
color: #10FEFA;
}
.AnyTagClassName
{
color: #10FEFA;
}
</style>
background-color css
<style>
a { background-color: #10FEFA; }
a { background-color: rgb(16,254,250); }
div.DivClassName
{
background-color: #10FEFA;
}
.BgClassName
{
background-color: #10FEFA;
}
</style>
border-color css
<style>
span { border-color: #10FEFA; }
span { border-color: rgb(16,254,250); }
td.TdClassName
{
border-color: #10FEFA;
}
.TagClassName
{
border-color: #10FEFA;
}
</style>