Shades of Bright Turquoise #13E0CD
Tints of Bright Turquoise #13E0CD
RGB
CMYK
RGB Variations
Color information
#13E0CD (or 0x13E0CD) is known color: Bright Turquoise. HEX triplet: 13, E0 and CD. RGB value is (19,224,205). Sum of RGB (Red+Green+Blue) = 19+224+205=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0CD is #EC1F32. Grayscale: #A0A0A0. Windows color (decimal): -15474483 or 13492243. OLE color: 13492243.
HSL color Cylindrical-coordinate representation of color #13E0CD: hue angle of 174.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E0CD is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 205 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.12 |
| HSL | 174.44º | 0.84% | 0.48% | - |
| HSV(B) | 174.44º | 0.92% | 0.88% | - |
| XYZ | 37.94 | 57.86 | 66.93 | - |
| YUV | 160.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 205 | 0.92 | 0 | 0.08 | 0.12 | 174.44 | 0.84 | 0.48 |
| Hex | 13 | E0 | CD | 5C | 0 | 8 | C | AE | 54 | 30 |
| Octal | 23 | 340 | 315 | 134 | 0 | 10 | 14 | 256 | 124 | 60 |
| Binary | 10011 | 11100000 | 11001101 | 1011100 | 0 | 1000 | 1100 | 10101110 | 1010100 | 110000 |
Color Harmonies of #13E0CD
Complementary color
Monochromatic Colors of #13E0CD
Black with #13E0CD
Text Example
Text Example
White with #13E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E0CD; }
p { color: rgb(19,224,205); }
H1.HeaderClassName
{
color: #13E0CD;
}
.AnyTagClassName
{
color: #13E0CD;
}
</style>
background-color css
<style>
a { background-color: #13E0CD; }
a { background-color: rgb(19,224,205); }
div.DivClassName
{
background-color: #13E0CD;
}
.BgClassName
{
background-color: #13E0CD;
}
</style>
border-color css
<style>
span { border-color: #13E0CD; }
span { border-color: rgb(19,224,205); }
td.TdClassName
{
border-color: #13E0CD;
}
.TagClassName
{
border-color: #13E0CD;
}
</style>