Shades of Aqua #10FEFC
Tints of Aqua #10FEFC
RGB
CMYK
RGB Variations
Color information
#10FEFC (or 0x10FEFC) is known color: Aqua. HEX triplet: 10, FE and FC. RGB value is (16,254,252). Sum of RGB (Red+Green+Blue) = 16+254+252=522 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.07% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #10FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FEFC is #EF0103. Grayscale: #B6B6B6. Windows color (decimal): -15663364 or 16580112. OLE color: 16580112.
HSL color Cylindrical-coordinate representation of color #10FEFC: hue angle of 179.5º 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 #10FEFC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 252 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.00 |
| HSL | 179.5º | 0.99% | 0.53% | - |
| HSV(B) | 179.5º | 0.94% | 1% | - |
| XYZ | 53.23 | 78.02 | 104.35 | - |
| YUV | 182.61 | 167.15 | 9.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 252 | 0.94 | 0 | 0.01 | 0.00 | 179.5 | 0.99 | 0.53 |
| Hex | 10 | FE | FC | 5E | 0 | 1 | 0 | B3 | 63 | 35 |
| Octal | 20 | 376 | 374 | 136 | 0 | 1 | 0 | 263 | 143 | 65 |
| Binary | 10000 | 11111110 | 11111100 | 1011110 | 0 | 1 | 0 | 10110011 | 1100011 | 110101 |
Color Harmonies of #10FEFC
Complementary color
Monochromatic Colors of #10FEFC
Black with #10FEFC
Text Example
Text Example
White with #10FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FEFC; }
p { color: rgb(16,254,252); }
H1.HeaderClassName
{
color: #10FEFC;
}
.AnyTagClassName
{
color: #10FEFC;
}
</style>
background-color css
<style>
a { background-color: #10FEFC; }
a { background-color: rgb(16,254,252); }
div.DivClassName
{
background-color: #10FEFC;
}
.BgClassName
{
background-color: #10FEFC;
}
</style>
border-color css
<style>
span { border-color: #10FEFC; }
span { border-color: rgb(16,254,252); }
td.TdClassName
{
border-color: #10FEFC;
}
.TagClassName
{
border-color: #10FEFC;
}
</style>