Shades of Bright Turquoise #13ECDC
Tints of Bright Turquoise #13ECDC
RGB
CMYK
RGB Variations
Color information
#13ECDC (or 0x13ECDC) is known color: Bright Turquoise. HEX triplet: 13, EC and DC. RGB value is (19,236,220). Sum of RGB (Red+Green+Blue) = 19+236+220=475 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECDC is #EC1323. Grayscale: #A9A9A9. Windows color (decimal): -15471396 or 14478355. OLE color: 14478355.
HSL color Cylindrical-coordinate representation of color #13ECDC: hue angle of 175.58º 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 #13ECDC is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 220 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.07 |
| HSL | 175.58º | 0.85% | 0.5% | - |
| HSV(B) | 175.58º | 0.92% | 0.93% | - |
| XYZ | 43.18 | 65.3 | 78.04 | - |
| YUV | 169.29 | 156.61 | 20.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 220 | 0.92 | 0 | 0.07 | 0.07 | 175.58 | 0.85 | 0.5 |
| Hex | 13 | EC | DC | 5C | 0 | 7 | 7 | B0 | 55 | 32 |
| Octal | 23 | 354 | 334 | 134 | 0 | 7 | 7 | 260 | 125 | 62 |
| Binary | 10011 | 11101100 | 11011100 | 1011100 | 0 | 111 | 111 | 10110000 | 1010101 | 110010 |
Color Harmonies of #13ECDC
Complementary color
Monochromatic Colors of #13ECDC
Black with #13ECDC
Text Example
Text Example
White with #13ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECDC; }
p { color: rgb(19,236,220); }
H1.HeaderClassName
{
color: #13ECDC;
}
.AnyTagClassName
{
color: #13ECDC;
}
</style>
background-color css
<style>
a { background-color: #13ECDC; }
a { background-color: rgb(19,236,220); }
div.DivClassName
{
background-color: #13ECDC;
}
.BgClassName
{
background-color: #13ECDC;
}
</style>
border-color css
<style>
span { border-color: #13ECDC; }
span { border-color: rgb(19,236,220); }
td.TdClassName
{
border-color: #13ECDC;
}
.TagClassName
{
border-color: #13ECDC;
}
</style>