Shades of Aqua #10FBF0
Tints of Aqua #10FBF0
RGB
CMYK
RGB Variations
Color information
#10FBF0 (or 0x10FBF0) is known color: Aqua. HEX triplet: 10, FB and F0. RGB value is (16,251,240). Sum of RGB (Red+Green+Blue) = 16+251+240=507 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.16% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FBF0 is #EF040F. Grayscale: #B3B3B3. Windows color (decimal): -15664144 or 15792912. OLE color: 15792912.
HSL color Cylindrical-coordinate representation of color #10FBF0: hue angle of 177.19º degrees, saturation: 0.97, 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 #10FBF0 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 240 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.02 |
| HSL | 177.19º | 0.97% | 0.52% | - |
| HSV(B) | 177.19º | 0.94% | 0.98% | - |
| XYZ | 50.44 | 75.4 | 94.33 | - |
| YUV | 179.48 | 162.14 | 11.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 240 | 0.94 | 0 | 0.04 | 0.02 | 177.19 | 0.97 | 0.52 |
| Hex | 10 | FB | F0 | 5E | 0 | 4 | 2 | B1 | 61 | 34 |
| Octal | 20 | 373 | 360 | 136 | 0 | 4 | 2 | 261 | 141 | 64 |
| Binary | 10000 | 11111011 | 11110000 | 1011110 | 0 | 100 | 10 | 10110001 | 1100001 | 110100 |
Color Harmonies of #10FBF0
Complementary color
Monochromatic Colors of #10FBF0
Black with #10FBF0
Text Example
Text Example
White with #10FBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBF0; }
p { color: rgb(16,251,240); }
H1.HeaderClassName
{
color: #10FBF0;
}
.AnyTagClassName
{
color: #10FBF0;
}
</style>
background-color css
<style>
a { background-color: #10FBF0; }
a { background-color: rgb(16,251,240); }
div.DivClassName
{
background-color: #10FBF0;
}
.BgClassName
{
background-color: #10FBF0;
}
</style>
border-color css
<style>
span { border-color: #10FBF0; }
span { border-color: rgb(16,251,240); }
td.TdClassName
{
border-color: #10FBF0;
}
.TagClassName
{
border-color: #10FBF0;
}
</style>