Shades of Aqua #10EEFE
Tints of Aqua #10EEFE
RGB
CMYK
RGB Variations
Color information
#10EEFE (or 0x10EEFE) is known color: Aqua. HEX triplet: 10, EE and FE. RGB value is (16,238,254). Sum of RGB (Red+Green+Blue) = 16+238+254=508 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.15% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #10EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EEFE is #EF1101. Grayscale: #ADADAD. Windows color (decimal): -15667458 or 16707088. OLE color: 16707088.
HSL color Cylindrical-coordinate representation of color #10EEFE: hue angle of 184.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10EEFE is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 238 | 254 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.00 |
| HSL | 184.03º | 0.99% | 0.53% | - |
| HSV(B) | 184.03º | 0.94% | 1% | - |
| XYZ | 48.68 | 68.41 | 104.41 | - |
| YUV | 173.45 | 173.45 | 15.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 254 | 0.94 | 0.06 | 0 | 0.00 | 184.03 | 0.99 | 0.53 |
| Hex | 10 | EE | FE | 5E | 6 | 0 | 0 | B8 | 63 | 35 |
| Octal | 20 | 356 | 376 | 136 | 6 | 0 | 0 | 270 | 143 | 65 |
| Binary | 10000 | 11101110 | 11111110 | 1011110 | 110 | 0 | 0 | 10111000 | 1100011 | 110101 |
Color Harmonies of #10EEFE
Complementary color
Monochromatic Colors of #10EEFE
Black with #10EEFE
Text Example
Text Example
White with #10EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EEFE; }
p { color: rgb(16,238,254); }
H1.HeaderClassName
{
color: #10EEFE;
}
.AnyTagClassName
{
color: #10EEFE;
}
</style>
background-color css
<style>
a { background-color: #10EEFE; }
a { background-color: rgb(16,238,254); }
div.DivClassName
{
background-color: #10EEFE;
}
.BgClassName
{
background-color: #10EEFE;
}
</style>
border-color css
<style>
span { border-color: #10EEFE; }
span { border-color: rgb(16,238,254); }
td.TdClassName
{
border-color: #10EEFE;
}
.TagClassName
{
border-color: #10EEFE;
}
</style>