Shades of Aqua #10FDFF
Tints of Aqua #10FDFF
RGB
CMYK
RGB Variations
Color information
#10FDFF (or 0x10FDFF) is known color: Aqua. HEX triplet: 10, FD and FF. RGB value is (16,253,255). Sum of RGB (Red+Green+Blue) = 16+253+255=524 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.05% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #10FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FDFF is #EF0200. Grayscale: #B6B6B6. Windows color (decimal): -15663617 or 16776464. OLE color: 16776464.
HSL color Cylindrical-coordinate representation of color #10FDFF: hue angle of 180.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FDFF is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 253 | 255 | - |
| CMYK | 0.94 | 0.01 | 0 | 0 |
| HSL | 180.5º | 1% | 0.53% | - |
| HSV(B) | 180.5º | 0.94% | 1% | - |
| XYZ | 53.39 | 77.58 | 106.77 | - |
| YUV | 182.37 | 168.98 | 9.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 255 | 0.94 | 0.01 | 0 | 0 | 180.5 | 1 | 0.53 |
| Hex | 10 | FD | FF | 5E | 1 | 0 | 0 | B5 | 64 | 35 |
| Octal | 20 | 375 | 377 | 136 | 1 | 0 | 0 | 265 | 144 | 65 |
| Binary | 10000 | 11111101 | 11111111 | 1011110 | 1 | 0 | 0 | 10110101 | 1100100 | 110101 |
Color Harmonies of #10FDFF
Complementary color
Monochromatic Colors of #10FDFF
Black with #10FDFF
Text Example
Text Example
White with #10FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FDFF; }
p { color: rgb(16,253,255); }
H1.HeaderClassName
{
color: #10FDFF;
}
.AnyTagClassName
{
color: #10FDFF;
}
</style>
background-color css
<style>
a { background-color: #10FDFF; }
a { background-color: rgb(16,253,255); }
div.DivClassName
{
background-color: #10FDFF;
}
.BgClassName
{
background-color: #10FDFF;
}
</style>
border-color css
<style>
span { border-color: #10FDFF; }
span { border-color: rgb(16,253,255); }
td.TdClassName
{
border-color: #10FDFF;
}
.TagClassName
{
border-color: #10FDFF;
}
</style>