Shades of Bright Turquoise #13ECD0
Tints of Bright Turquoise #13ECD0
RGB
CMYK
RGB Variations
Color information
#13ECD0 (or 0x13ECD0) is known color: Bright Turquoise. HEX triplet: 13, EC and D0. RGB value is (19,236,208). Sum of RGB (Red+Green+Blue) = 19+236+208=463 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.10% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECD0 is #EC132F. Grayscale: #A7A7A7. Windows color (decimal): -15471408 or 13691923. OLE color: 13691923.
HSL color Cylindrical-coordinate representation of color #13ECD0: hue angle of 172.26º 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 #13ECD0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 208 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.07 |
| HSL | 172.26º | 0.85% | 0.5% | - |
| HSV(B) | 172.26º | 0.92% | 0.93% | - |
| XYZ | 41.65 | 64.68 | 69.96 | - |
| YUV | 167.93 | 150.61 | 21.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 208 | 0.92 | 0 | 0.12 | 0.07 | 172.26 | 0.85 | 0.5 |
| Hex | 13 | EC | D0 | 5C | 0 | C | 7 | AC | 55 | 32 |
| Octal | 23 | 354 | 320 | 134 | 0 | 14 | 7 | 254 | 125 | 62 |
| Binary | 10011 | 11101100 | 11010000 | 1011100 | 0 | 1100 | 111 | 10101100 | 1010101 | 110010 |
Color Harmonies of #13ECD0
Complementary color
Monochromatic Colors of #13ECD0
Black with #13ECD0
Text Example
Text Example
White with #13ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECD0; }
p { color: rgb(19,236,208); }
H1.HeaderClassName
{
color: #13ECD0;
}
.AnyTagClassName
{
color: #13ECD0;
}
</style>
background-color css
<style>
a { background-color: #13ECD0; }
a { background-color: rgb(19,236,208); }
div.DivClassName
{
background-color: #13ECD0;
}
.BgClassName
{
background-color: #13ECD0;
}
</style>
border-color css
<style>
span { border-color: #13ECD0; }
span { border-color: rgb(19,236,208); }
td.TdClassName
{
border-color: #13ECD0;
}
.TagClassName
{
border-color: #13ECD0;
}
</style>