Shades of Aqua #10FEFE
Tints of Aqua #10FEFE
RGB
CMYK
RGB Variations
Color information
#10FEFE (or 0x10FEFE) is known color: Aqua. HEX triplet: 10, FE and FE. RGB value is (16,254,254). Sum of RGB (Red+Green+Blue) = 16+254+254=524 (69% of max value = 765). Red value is 16 (6.64% from 255 or 3.05% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #10FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FEFE is #EF0101. Grayscale: #B6B6B6. Windows color (decimal): -15663362 or 16711184. OLE color: 16711184.
HSL color Cylindrical-coordinate representation of color #10FEFE: hue angle of 180º 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 #10FEFE is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 254 | - |
| CMYK | 0.94 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.53% | - |
| HSV(B) | 180º | 0.94% | 1% | - |
| XYZ | 53.54 | 78.15 | 106.03 | - |
| YUV | 182.84 | 168.15 | 9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 254 | 0.94 | 0 | 0 | 0.00 | 180 | 0.99 | 0.53 |
| Hex | 10 | FE | FE | 5E | 0 | 0 | 0 | B4 | 63 | 35 |
| Octal | 20 | 376 | 376 | 136 | 0 | 0 | 0 | 264 | 143 | 65 |
| Binary | 10000 | 11111110 | 11111110 | 1011110 | 0 | 0 | 0 | 10110100 | 1100011 | 110101 |
Color Harmonies of #10FEFE
Complementary color
Monochromatic Colors of #10FEFE
Black with #10FEFE
Text Example
Text Example
White with #10FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FEFE; }
p { color: rgb(16,254,254); }
H1.HeaderClassName
{
color: #10FEFE;
}
.AnyTagClassName
{
color: #10FEFE;
}
</style>
background-color css
<style>
a { background-color: #10FEFE; }
a { background-color: rgb(16,254,254); }
div.DivClassName
{
background-color: #10FEFE;
}
.BgClassName
{
background-color: #10FEFE;
}
</style>
border-color css
<style>
span { border-color: #10FEFE; }
span { border-color: rgb(16,254,254); }
td.TdClassName
{
border-color: #10FEFE;
}
.TagClassName
{
border-color: #10FEFE;
}
</style>