Shades of Aqua #10FAF0
Tints of Aqua #10FAF0
RGB
CMYK
RGB Variations
Color information
#10FAF0 (or 0x10FAF0) is known color: Aqua. HEX triplet: 10, FA and F0. RGB value is (16,250,240). Sum of RGB (Red+Green+Blue) = 16+250+240=506 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.16% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FAF0 is #EF050F. Grayscale: #B2B2B2. Windows color (decimal): -15664400 or 15792656. OLE color: 15792656.
HSL color Cylindrical-coordinate representation of color #10FAF0: hue angle of 177.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FAF0 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 240 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.02 |
| HSL | 177.44º | 0.96% | 0.52% | - |
| HSV(B) | 177.44º | 0.94% | 0.98% | - |
| XYZ | 50.13 | 74.77 | 94.23 | - |
| YUV | 178.89 | 162.48 | 11.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 240 | 0.94 | 0 | 0.04 | 0.02 | 177.44 | 0.96 | 0.52 |
| Hex | 10 | FA | F0 | 5E | 0 | 4 | 2 | B1 | 60 | 34 |
| Octal | 20 | 372 | 360 | 136 | 0 | 4 | 2 | 261 | 140 | 64 |
| Binary | 10000 | 11111010 | 11110000 | 1011110 | 0 | 100 | 10 | 10110001 | 1100000 | 110100 |
Color Harmonies of #10FAF0
Complementary color
Monochromatic Colors of #10FAF0
Black with #10FAF0
Text Example
Text Example
White with #10FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAF0; }
p { color: rgb(16,250,240); }
H1.HeaderClassName
{
color: #10FAF0;
}
.AnyTagClassName
{
color: #10FAF0;
}
</style>
background-color css
<style>
a { background-color: #10FAF0; }
a { background-color: rgb(16,250,240); }
div.DivClassName
{
background-color: #10FAF0;
}
.BgClassName
{
background-color: #10FAF0;
}
</style>
border-color css
<style>
span { border-color: #10FAF0; }
span { border-color: rgb(16,250,240); }
td.TdClassName
{
border-color: #10FAF0;
}
.TagClassName
{
border-color: #10FAF0;
}
</style>