Shades of Bright Turquoise #13ECDD
Tints of Bright Turquoise #13ECDD
RGB
CMYK
RGB Variations
Color information
#13ECDD (or 0x13ECDD) is known color: Bright Turquoise. HEX triplet: 13, EC and DD. RGB value is (19,236,221). Sum of RGB (Red+Green+Blue) = 19+236+221=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECDD is #EC1322. Grayscale: #A9A9A9. Windows color (decimal): -15471395 or 14543891. OLE color: 14543891.
HSL color Cylindrical-coordinate representation of color #13ECDD: hue angle of 175.85º 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 #13ECDD is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 221 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.07 |
| HSL | 175.85º | 0.85% | 0.5% | - |
| HSV(B) | 175.85º | 0.92% | 0.93% | - |
| XYZ | 43.32 | 65.35 | 78.74 | - |
| YUV | 169.41 | 157.11 | 20.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 221 | 0.92 | 0 | 0.06 | 0.07 | 175.85 | 0.85 | 0.5 |
| Hex | 13 | EC | DD | 5C | 0 | 6 | 7 | B0 | 55 | 32 |
| Octal | 23 | 354 | 335 | 134 | 0 | 6 | 7 | 260 | 125 | 62 |
| Binary | 10011 | 11101100 | 11011101 | 1011100 | 0 | 110 | 111 | 10110000 | 1010101 | 110010 |
Color Harmonies of #13ECDD
Complementary color
Monochromatic Colors of #13ECDD
Black with #13ECDD
Text Example
Text Example
White with #13ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECDD; }
p { color: rgb(19,236,221); }
H1.HeaderClassName
{
color: #13ECDD;
}
.AnyTagClassName
{
color: #13ECDD;
}
</style>
background-color css
<style>
a { background-color: #13ECDD; }
a { background-color: rgb(19,236,221); }
div.DivClassName
{
background-color: #13ECDD;
}
.BgClassName
{
background-color: #13ECDD;
}
</style>
border-color css
<style>
span { border-color: #13ECDD; }
span { border-color: rgb(19,236,221); }
td.TdClassName
{
border-color: #13ECDD;
}
.TagClassName
{
border-color: #13ECDD;
}
</style>