Shades of Bright Turquoise #13ECD1
Tints of Bright Turquoise #13ECD1
RGB
CMYK
RGB Variations
Color information
#13ECD1 (or 0x13ECD1) is known color: Bright Turquoise. HEX triplet: 13, EC and D1. RGB value is (19,236,209). Sum of RGB (Red+Green+Blue) = 19+236+209=464 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECD1 is #EC132E. Grayscale: #A7A7A7. Windows color (decimal): -15471407 or 13757459. OLE color: 13757459.
HSL color Cylindrical-coordinate representation of color #13ECD1: hue angle of 172.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECD1 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 209 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.07 |
| HSL | 172.53º | 0.85% | 0.5% | - |
| HSV(B) | 172.53º | 0.92% | 0.93% | - |
| XYZ | 41.77 | 64.73 | 70.61 | - |
| YUV | 168.04 | 151.11 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 209 | 0.92 | 0 | 0.11 | 0.07 | 172.53 | 0.85 | 0.5 |
| Hex | 13 | EC | D1 | 5C | 0 | B | 7 | AD | 55 | 32 |
| Octal | 23 | 354 | 321 | 134 | 0 | 13 | 7 | 255 | 125 | 62 |
| Binary | 10011 | 11101100 | 11010001 | 1011100 | 0 | 1011 | 111 | 10101101 | 1010101 | 110010 |
Color Harmonies of #13ECD1
Complementary color
Monochromatic Colors of #13ECD1
Black with #13ECD1
Text Example
Text Example
White with #13ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECD1; }
p { color: rgb(19,236,209); }
H1.HeaderClassName
{
color: #13ECD1;
}
.AnyTagClassName
{
color: #13ECD1;
}
</style>
background-color css
<style>
a { background-color: #13ECD1; }
a { background-color: rgb(19,236,209); }
div.DivClassName
{
background-color: #13ECD1;
}
.BgClassName
{
background-color: #13ECD1;
}
</style>
border-color css
<style>
span { border-color: #13ECD1; }
span { border-color: rgb(19,236,209); }
td.TdClassName
{
border-color: #13ECD1;
}
.TagClassName
{
border-color: #13ECD1;
}
</style>