Shades of Aqua #10FCED
Tints of Aqua #10FCED
RGB
CMYK
RGB Variations
Color information
#10FCED (or 0x10FCED) is known color: Aqua. HEX triplet: 10, FC and ED. RGB value is (16,252,237). Sum of RGB (Red+Green+Blue) = 16+252+237=505 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.17% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FCED is #EF0312. Grayscale: #B3B3B3. Windows color (decimal): -15663891 or 15596560. OLE color: 15596560.
HSL color Cylindrical-coordinate representation of color #10FCED: hue angle of 176.19º 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 #10FCED is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 237 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.01 |
| HSL | 176.19º | 0.98% | 0.53% | - |
| HSV(B) | 176.19º | 0.94% | 0.99% | - |
| XYZ | 50.31 | 75.85 | 92.11 | - |
| YUV | 179.73 | 160.31 | 11.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 237 | 0.94 | 0 | 0.06 | 0.01 | 176.19 | 0.98 | 0.53 |
| Hex | 10 | FC | ED | 5E | 0 | 6 | 1 | B0 | 62 | 35 |
| Octal | 20 | 374 | 355 | 136 | 0 | 6 | 1 | 260 | 142 | 65 |
| Binary | 10000 | 11111100 | 11101101 | 1011110 | 0 | 110 | 1 | 10110000 | 1100010 | 110101 |
Color Harmonies of #10FCED
Complementary color
Monochromatic Colors of #10FCED
Black with #10FCED
Text Example
Text Example
White with #10FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCED; }
p { color: rgb(16,252,237); }
H1.HeaderClassName
{
color: #10FCED;
}
.AnyTagClassName
{
color: #10FCED;
}
</style>
background-color css
<style>
a { background-color: #10FCED; }
a { background-color: rgb(16,252,237); }
div.DivClassName
{
background-color: #10FCED;
}
.BgClassName
{
background-color: #10FCED;
}
</style>
border-color css
<style>
span { border-color: #10FCED; }
span { border-color: rgb(16,252,237); }
td.TdClassName
{
border-color: #10FCED;
}
.TagClassName
{
border-color: #10FCED;
}
</style>