Shades of Aqua #13FFED
Tints of Aqua #13FFED
RGB
CMYK
RGB Variations
Color information
#13FFED (or 0x13FFED) is known color: Aqua. HEX triplet: 13, FF and ED. RGB value is (19,255,237). Sum of RGB (Red+Green+Blue) = 19+255+237=511 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.72% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FFED is #EC0012. Grayscale: #B6B6B6. Windows color (decimal): -15466515 or 15597331. OLE color: 15597331.
HSL color Cylindrical-coordinate representation of color #13FFED: hue angle of 175.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFED is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 237 | - |
| CMYK | 0.93 | 0 | 0.07 | 0 |
| HSL | 175.42º | 1% | 0.54% | - |
| HSV(B) | 175.42º | 0.93% | 1% | - |
| XYZ | 51.31 | 77.77 | 92.43 | - |
| YUV | 182.38 | 158.81 | 11.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 237 | 0.93 | 0 | 0.07 | 0 | 175.42 | 1 | 0.54 |
| Hex | 13 | FF | ED | 5D | 0 | 7 | 0 | AF | 64 | 36 |
| Octal | 23 | 377 | 355 | 135 | 0 | 7 | 0 | 257 | 144 | 66 |
| Binary | 10011 | 11111111 | 11101101 | 1011101 | 0 | 111 | 0 | 10101111 | 1100100 | 110110 |
Color Harmonies of #13FFED
Complementary color
Monochromatic Colors of #13FFED
Black with #13FFED
Text Example
Text Example
White with #13FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFED; }
p { color: rgb(19,255,237); }
H1.HeaderClassName
{
color: #13FFED;
}
.AnyTagClassName
{
color: #13FFED;
}
</style>
background-color css
<style>
a { background-color: #13FFED; }
a { background-color: rgb(19,255,237); }
div.DivClassName
{
background-color: #13FFED;
}
.BgClassName
{
background-color: #13FFED;
}
</style>
border-color css
<style>
span { border-color: #13FFED; }
span { border-color: rgb(19,255,237); }
td.TdClassName
{
border-color: #13FFED;
}
.TagClassName
{
border-color: #13FFED;
}
</style>