Shades of Bright Turquoise #13FCD9
Tints of Bright Turquoise #13FCD9
RGB
CMYK
RGB Variations
Color information
#13FCD9 (or 0x13FCD9) is known color: Bright Turquoise. HEX triplet: 13, FC and D9. RGB value is (19,252,217). Sum of RGB (Red+Green+Blue) = 19+252+217=488 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCD9 is #EC0326. Grayscale: #B2B2B2. Windows color (decimal): -15467303 or 14285843. OLE color: 14285843.
HSL color Cylindrical-coordinate representation of color #13FCD9: hue angle of 170.99º degrees, saturation: 0.97, 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 #13FCD9 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 252 | 217 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.01 |
| HSL | 170.99º | 0.97% | 0.53% | - |
| HSV(B) | 170.99º | 0.92% | 0.99% | - |
| XYZ | 47.6 | 74.77 | 77.57 | - |
| YUV | 178.34 | 149.81 | 14.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 252 | 217 | 0.92 | 0 | 0.14 | 0.01 | 170.99 | 0.97 | 0.53 |
| Hex | 13 | FC | D9 | 5C | 0 | E | 1 | AB | 61 | 35 |
| Octal | 23 | 374 | 331 | 134 | 0 | 16 | 1 | 253 | 141 | 65 |
| Binary | 10011 | 11111100 | 11011001 | 1011100 | 0 | 1110 | 1 | 10101011 | 1100001 | 110101 |
Color Harmonies of #13FCD9
Complementary color
Monochromatic Colors of #13FCD9
Black with #13FCD9
Text Example
Text Example
White with #13FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FCD9; }
p { color: rgb(19,252,217); }
H1.HeaderClassName
{
color: #13FCD9;
}
.AnyTagClassName
{
color: #13FCD9;
}
</style>
background-color css
<style>
a { background-color: #13FCD9; }
a { background-color: rgb(19,252,217); }
div.DivClassName
{
background-color: #13FCD9;
}
.BgClassName
{
background-color: #13FCD9;
}
</style>
border-color css
<style>
span { border-color: #13FCD9; }
span { border-color: rgb(19,252,217); }
td.TdClassName
{
border-color: #13FCD9;
}
.TagClassName
{
border-color: #13FCD9;
}
</style>