Shades of Aqua #10FEED
Tints of Aqua #10FEED
RGB
CMYK
RGB Variations
Color information
#10FEED (or 0x10FEED) is known color: Aqua. HEX triplet: 10, FE and ED. RGB value is (16,254,237). Sum of RGB (Red+Green+Blue) = 16+254+237=507 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.16% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #10FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FEED is #EF0112. Grayscale: #B4B4B4. Windows color (decimal): -15663379 or 15597072. OLE color: 15597072.
HSL color Cylindrical-coordinate representation of color #10FEED: hue angle of 175.71º 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 #10FEED is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 237 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.00 |
| HSL | 175.71º | 0.99% | 0.53% | - |
| HSV(B) | 175.71º | 0.94% | 1% | - |
| XYZ | 50.94 | 77.11 | 92.32 | - |
| YUV | 180.9 | 159.65 | 10.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 237 | 0.94 | 0 | 0.07 | 0.00 | 175.71 | 0.99 | 0.53 |
| Hex | 10 | FE | ED | 5E | 0 | 7 | 0 | B0 | 63 | 35 |
| Octal | 20 | 376 | 355 | 136 | 0 | 7 | 0 | 260 | 143 | 65 |
| Binary | 10000 | 11111110 | 11101101 | 1011110 | 0 | 111 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #10FEED
Complementary color
Monochromatic Colors of #10FEED
Black with #10FEED
Text Example
Text Example
White with #10FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FEED; }
p { color: rgb(16,254,237); }
H1.HeaderClassName
{
color: #10FEED;
}
.AnyTagClassName
{
color: #10FEED;
}
</style>
background-color css
<style>
a { background-color: #10FEED; }
a { background-color: rgb(16,254,237); }
div.DivClassName
{
background-color: #10FEED;
}
.BgClassName
{
background-color: #10FEED;
}
</style>
border-color css
<style>
span { border-color: #10FEED; }
span { border-color: rgb(16,254,237); }
td.TdClassName
{
border-color: #10FEED;
}
.TagClassName
{
border-color: #10FEED;
}
</style>