Shades of Aqua #13FDF6
Tints of Aqua #13FDF6
RGB
CMYK
RGB Variations
Color information
#13FDF6 (or 0x13FDF6) is known color: Aqua. HEX triplet: 13, FD and F6. RGB value is (19,253,246). Sum of RGB (Red+Green+Blue) = 19+253+246=518 (68% of max value = 765). Red value is 19 (7.81% from 255 or 3.67% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #13FDF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FDF6 is #EC0209. Grayscale: #B6B6B6. Windows color (decimal): -15467018 or 16186643. OLE color: 16186643.
HSL color Cylindrical-coordinate representation of color #13FDF6: hue angle of 178.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FDF6 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 253 | 246 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.01 |
| HSL | 178.21º | 0.98% | 0.53% | - |
| HSV(B) | 178.21º | 0.92% | 0.99% | - |
| XYZ | 52.03 | 77.04 | 99.32 | - |
| YUV | 182.24 | 163.98 | 11.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 253 | 246 | 0.92 | 0 | 0.03 | 0.01 | 178.21 | 0.98 | 0.53 |
| Hex | 13 | FD | F6 | 5C | 0 | 3 | 1 | B2 | 62 | 35 |
| Octal | 23 | 375 | 366 | 134 | 0 | 3 | 1 | 262 | 142 | 65 |
| Binary | 10011 | 11111101 | 11110110 | 1011100 | 0 | 11 | 1 | 10110010 | 1100010 | 110101 |
Color Harmonies of #13FDF6
Complementary color
Monochromatic Colors of #13FDF6
Black with #13FDF6
Text Example
Text Example
White with #13FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FDF6; }
p { color: rgb(19,253,246); }
H1.HeaderClassName
{
color: #13FDF6;
}
.AnyTagClassName
{
color: #13FDF6;
}
</style>
background-color css
<style>
a { background-color: #13FDF6; }
a { background-color: rgb(19,253,246); }
div.DivClassName
{
background-color: #13FDF6;
}
.BgClassName
{
background-color: #13FDF6;
}
</style>
border-color css
<style>
span { border-color: #13FDF6; }
span { border-color: rgb(19,253,246); }
td.TdClassName
{
border-color: #13FDF6;
}
.TagClassName
{
border-color: #13FDF6;
}
</style>