Shades of Bright Turquoise #13ECCD
Tints of Bright Turquoise #13ECCD
RGB
CMYK
RGB Variations
Color information
#13ECCD (or 0x13ECCD) is known color: Bright Turquoise. HEX triplet: 13, EC and CD. RGB value is (19,236,205). Sum of RGB (Red+Green+Blue) = 19+236+205=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECCD is #EC1332. Grayscale: #A7A7A7. Windows color (decimal): -15471411 or 13495315. OLE color: 13495315.
HSL color Cylindrical-coordinate representation of color #13ECCD: hue angle of 171.43º 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 #13ECCD is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 205 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.07 |
| HSL | 171.43º | 0.85% | 0.5% | - |
| HSV(B) | 171.43º | 0.92% | 0.93% | - |
| XYZ | 41.28 | 64.54 | 68.04 | - |
| YUV | 167.58 | 149.11 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 205 | 0.92 | 0 | 0.13 | 0.07 | 171.43 | 0.85 | 0.5 |
| Hex | 13 | EC | CD | 5C | 0 | D | 7 | AB | 55 | 32 |
| Octal | 23 | 354 | 315 | 134 | 0 | 15 | 7 | 253 | 125 | 62 |
| Binary | 10011 | 11101100 | 11001101 | 1011100 | 0 | 1101 | 111 | 10101011 | 1010101 | 110010 |
Color Harmonies of #13ECCD
Complementary color
Monochromatic Colors of #13ECCD
Black with #13ECCD
Text Example
Text Example
White with #13ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECCD; }
p { color: rgb(19,236,205); }
H1.HeaderClassName
{
color: #13ECCD;
}
.AnyTagClassName
{
color: #13ECCD;
}
</style>
background-color css
<style>
a { background-color: #13ECCD; }
a { background-color: rgb(19,236,205); }
div.DivClassName
{
background-color: #13ECCD;
}
.BgClassName
{
background-color: #13ECCD;
}
</style>
border-color css
<style>
span { border-color: #13ECCD; }
span { border-color: rgb(19,236,205); }
td.TdClassName
{
border-color: #13ECCD;
}
.TagClassName
{
border-color: #13ECCD;
}
</style>