Shades of Aqua #13FFFD
Tints of Aqua #13FFFD
RGB
CMYK
RGB Variations
Color information
#13FFFD (or 0x13FFFD) is known color: Aqua. HEX triplet: 13, FF and FD. RGB value is (19,255,253). Sum of RGB (Red+Green+Blue) = 19+255+253=527 (69% of max value = 765). Red value is 19 (7.81% from 255 or 3.61% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FFFD is #EC0002. Grayscale: #B7B7B7. Windows color (decimal): -15466499 or 16645907. OLE color: 16645907.
HSL color Cylindrical-coordinate representation of color #13FFFD: hue angle of 179.49º 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 #13FFFD is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 253 | - |
| CMYK | 0.93 | 0 | 0.01 | 0 |
| HSL | 179.49º | 1% | 0.54% | - |
| HSV(B) | 179.49º | 0.93% | 1% | - |
| XYZ | 53.76 | 78.75 | 105.3 | - |
| YUV | 184.21 | 166.81 | 10.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 253 | 0.93 | 0 | 0.01 | 0 | 179.49 | 1 | 0.54 |
| Hex | 13 | FF | FD | 5D | 0 | 1 | 0 | B3 | 64 | 36 |
| Octal | 23 | 377 | 375 | 135 | 0 | 1 | 0 | 263 | 144 | 66 |
| Binary | 10011 | 11111111 | 11111101 | 1011101 | 0 | 1 | 0 | 10110011 | 1100100 | 110110 |
Color Harmonies of #13FFFD
Complementary color
Monochromatic Colors of #13FFFD
Black with #13FFFD
Text Example
Text Example
White with #13FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFFD; }
p { color: rgb(19,255,253); }
H1.HeaderClassName
{
color: #13FFFD;
}
.AnyTagClassName
{
color: #13FFFD;
}
</style>
background-color css
<style>
a { background-color: #13FFFD; }
a { background-color: rgb(19,255,253); }
div.DivClassName
{
background-color: #13FFFD;
}
.BgClassName
{
background-color: #13FFFD;
}
</style>
border-color css
<style>
span { border-color: #13FFFD; }
span { border-color: rgb(19,255,253); }
td.TdClassName
{
border-color: #13FFFD;
}
.TagClassName
{
border-color: #13FFFD;
}
</style>