Shades of Bright Turquoise #13D9D4
Tints of Bright Turquoise #13D9D4
RGB
CMYK
RGB Variations
Color information
#13D9D4 (or 0x13D9D4) is known color: Bright Turquoise. HEX triplet: 13, D9 and D4. RGB value is (19,217,212). Sum of RGB (Red+Green+Blue) = 19+217+212=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #13D9D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D9D4 is #EC262B. Grayscale: #9D9D9D. Windows color (decimal): -15476268 or 13949203. OLE color: 13949203.
HSL color Cylindrical-coordinate representation of color #13D9D4: hue angle of 178.48º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D9D4 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 217 | 212 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.15 |
| HSL | 178.48º | 0.84% | 0.46% | - |
| HSV(B) | 178.48º | 0.91% | 0.85% | - |
| XYZ | 36.97 | 54.52 | 70.86 | - |
| YUV | 157.23 | 158.9 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 217 | 212 | 0.91 | 0 | 0.02 | 0.15 | 178.48 | 0.84 | 0.46 |
| Hex | 13 | D9 | D4 | 5B | 0 | 2 | F | B2 | 54 | 2E |
| Octal | 23 | 331 | 324 | 133 | 0 | 2 | 17 | 262 | 124 | 56 |
| Binary | 10011 | 11011001 | 11010100 | 1011011 | 0 | 10 | 1111 | 10110010 | 1010100 | 101110 |
Color Harmonies of #13D9D4
Complementary color
Monochromatic Colors of #13D9D4
Black with #13D9D4
Text Example
Text Example
White with #13D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D9D4; }
p { color: rgb(19,217,212); }
H1.HeaderClassName
{
color: #13D9D4;
}
.AnyTagClassName
{
color: #13D9D4;
}
</style>
background-color css
<style>
a { background-color: #13D9D4; }
a { background-color: rgb(19,217,212); }
div.DivClassName
{
background-color: #13D9D4;
}
.BgClassName
{
background-color: #13D9D4;
}
</style>
border-color css
<style>
span { border-color: #13D9D4; }
span { border-color: rgb(19,217,212); }
td.TdClassName
{
border-color: #13D9D4;
}
.TagClassName
{
border-color: #13D9D4;
}
</style>