Shades of Bright Turquoise #13E0D3
Tints of Bright Turquoise #13E0D3
RGB
CMYK
RGB Variations
Color information
#13E0D3 (or 0x13E0D3) is known color: Bright Turquoise. HEX triplet: 13, E0 and D3. RGB value is (19,224,211). Sum of RGB (Red+Green+Blue) = 19+224+211=454 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #13E0D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E0D3 is #EC1F2C. Grayscale: #A1A1A1. Windows color (decimal): -15474477 or 13885459. OLE color: 13885459.
HSL color Cylindrical-coordinate representation of color #13E0D3: hue angle of 176.2º 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 #13E0D3 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 211 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.12 |
| HSL | 176.2º | 0.84% | 0.48% | - |
| HSV(B) | 176.2º | 0.92% | 0.88% | - |
| XYZ | 38.68 | 58.15 | 70.81 | - |
| YUV | 161.22 | 156.08 | 26.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 211 | 0.92 | 0 | 0.06 | 0.12 | 176.2 | 0.84 | 0.48 |
| Hex | 13 | E0 | D3 | 5C | 0 | 6 | C | B0 | 54 | 30 |
| Octal | 23 | 340 | 323 | 134 | 0 | 6 | 14 | 260 | 124 | 60 |
| Binary | 10011 | 11100000 | 11010011 | 1011100 | 0 | 110 | 1100 | 10110000 | 1010100 | 110000 |
Color Harmonies of #13E0D3
Complementary color
Monochromatic Colors of #13E0D3
Black with #13E0D3
Text Example
Text Example
White with #13E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E0D3; }
p { color: rgb(19,224,211); }
H1.HeaderClassName
{
color: #13E0D3;
}
.AnyTagClassName
{
color: #13E0D3;
}
</style>
background-color css
<style>
a { background-color: #13E0D3; }
a { background-color: rgb(19,224,211); }
div.DivClassName
{
background-color: #13E0D3;
}
.BgClassName
{
background-color: #13E0D3;
}
</style>
border-color css
<style>
span { border-color: #13E0D3; }
span { border-color: rgb(19,224,211); }
td.TdClassName
{
border-color: #13E0D3;
}
.TagClassName
{
border-color: #13E0D3;
}
</style>