Shades of Aqua #13FFFA
Tints of Aqua #13FFFA
RGB
CMYK
RGB Variations
Color information
#13FFFA (or 0x13FFFA) is known color: Aqua. HEX triplet: 13, FF and FA. RGB value is (19,255,250). Sum of RGB (Red+Green+Blue) = 19+255+250=524 (69% of max value = 765). Red value is 19 (7.81% from 255 or 3.63% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FFFA is #EC0005. Grayscale: #B7B7B7. Windows color (decimal): -15466502 or 16449299. OLE color: 16449299.
HSL color Cylindrical-coordinate representation of color #13FFFA: hue angle of 178.73º 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 #13FFFA is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 250 | - |
| CMYK | 0.93 | 0 | 0.02 | 0 |
| HSL | 178.73º | 1% | 0.54% | - |
| HSV(B) | 178.73º | 0.93% | 1% | - |
| XYZ | 53.28 | 78.56 | 102.8 | - |
| YUV | 183.87 | 165.31 | 10.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 250 | 0.93 | 0 | 0.02 | 0 | 178.73 | 1 | 0.54 |
| Hex | 13 | FF | FA | 5D | 0 | 2 | 0 | B3 | 64 | 36 |
| Octal | 23 | 377 | 372 | 135 | 0 | 2 | 0 | 263 | 144 | 66 |
| Binary | 10011 | 11111111 | 11111010 | 1011101 | 0 | 10 | 0 | 10110011 | 1100100 | 110110 |
Color Harmonies of #13FFFA
Complementary color
Monochromatic Colors of #13FFFA
Black with #13FFFA
Text Example
Text Example
White with #13FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFFA; }
p { color: rgb(19,255,250); }
H1.HeaderClassName
{
color: #13FFFA;
}
.AnyTagClassName
{
color: #13FFFA;
}
</style>
background-color css
<style>
a { background-color: #13FFFA; }
a { background-color: rgb(19,255,250); }
div.DivClassName
{
background-color: #13FFFA;
}
.BgClassName
{
background-color: #13FFFA;
}
</style>
border-color css
<style>
span { border-color: #13FFFA; }
span { border-color: rgb(19,255,250); }
td.TdClassName
{
border-color: #13FFFA;
}
.TagClassName
{
border-color: #13FFFA;
}
</style>