Shades of Aqua #10FCFD
Tints of Aqua #10FCFD
RGB
CMYK
RGB Variations
Color information
#10FCFD (or 0x10FCFD) is known color: Aqua. HEX triplet: 10, FC and FD. RGB value is (16,252,253). Sum of RGB (Red+Green+Blue) = 16+252+253=521 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.07% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #10FCFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FCFD is #EF0302. Grayscale: #B5B5B5. Windows color (decimal): -15663875 or 16645136. OLE color: 16645136.
HSL color Cylindrical-coordinate representation of color #10FCFD: hue angle of 180.25º 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 #10FCFD is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 253 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.01 |
| HSL | 180.25º | 0.98% | 0.53% | - |
| HSV(B) | 180.25º | 0.94% | 0.99% | - |
| XYZ | 52.75 | 76.82 | 104.98 | - |
| YUV | 181.55 | 168.31 | 9.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 253 | 0.94 | 0.00 | 0 | 0.01 | 180.25 | 0.98 | 0.53 |
| Hex | 10 | FC | FD | 5E | 0 | 0 | 1 | B4 | 62 | 35 |
| Octal | 20 | 374 | 375 | 136 | 0 | 0 | 1 | 264 | 142 | 65 |
| Binary | 10000 | 11111100 | 11111101 | 1011110 | 0 | 0 | 1 | 10110100 | 1100010 | 110101 |
Color Harmonies of #10FCFD
Complementary color
Monochromatic Colors of #10FCFD
Black with #10FCFD
Text Example
Text Example
White with #10FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCFD; }
p { color: rgb(16,252,253); }
H1.HeaderClassName
{
color: #10FCFD;
}
.AnyTagClassName
{
color: #10FCFD;
}
</style>
background-color css
<style>
a { background-color: #10FCFD; }
a { background-color: rgb(16,252,253); }
div.DivClassName
{
background-color: #10FCFD;
}
.BgClassName
{
background-color: #10FCFD;
}
</style>
border-color css
<style>
span { border-color: #10FCFD; }
span { border-color: rgb(16,252,253); }
td.TdClassName
{
border-color: #10FCFD;
}
.TagClassName
{
border-color: #10FCFD;
}
</style>