Shades of Aqua #10FFF1
Tints of Aqua #10FFF1
RGB
CMYK
RGB Variations
Color information
#10FFF1 (or 0x10FFF1) is known color: Aqua. HEX triplet: 10, FF and F1. RGB value is (16,255,241). Sum of RGB (Red+Green+Blue) = 16+255+241=512 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.12% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FFF1 is #EF000E. Grayscale: #B5B5B5. Windows color (decimal): -15663119 or 15859472. OLE color: 15859472.
HSL color Cylindrical-coordinate representation of color #10FFF1: hue angle of 176.49º 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 #10FFF1 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 241 | - |
| CMYK | 0.94 | 0 | 0.05 | 0 |
| HSL | 176.49º | 1% | 0.53% | - |
| HSV(B) | 176.49º | 0.94% | 1% | - |
| XYZ | 51.85 | 77.98 | 95.54 | - |
| YUV | 181.94 | 161.32 | 9.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 241 | 0.94 | 0 | 0.05 | 0 | 176.49 | 1 | 0.53 |
| Hex | 10 | FF | F1 | 5E | 0 | 5 | 0 | B0 | 64 | 35 |
| Octal | 20 | 377 | 361 | 136 | 0 | 5 | 0 | 260 | 144 | 65 |
| Binary | 10000 | 11111111 | 11110001 | 1011110 | 0 | 101 | 0 | 10110000 | 1100100 | 110101 |
Color Harmonies of #10FFF1
Complementary color
Monochromatic Colors of #10FFF1
Black with #10FFF1
Text Example
Text Example
White with #10FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFF1; }
p { color: rgb(16,255,241); }
H1.HeaderClassName
{
color: #10FFF1;
}
.AnyTagClassName
{
color: #10FFF1;
}
</style>
background-color css
<style>
a { background-color: #10FFF1; }
a { background-color: rgb(16,255,241); }
div.DivClassName
{
background-color: #10FFF1;
}
.BgClassName
{
background-color: #10FFF1;
}
</style>
border-color css
<style>
span { border-color: #10FFF1; }
span { border-color: rgb(16,255,241); }
td.TdClassName
{
border-color: #10FFF1;
}
.TagClassName
{
border-color: #10FFF1;
}
</style>