Shades of Bright Turquoise #13DDD6
Tints of Bright Turquoise #13DDD6
RGB
CMYK
RGB Variations
Color information
#13DDD6 (or 0x13DDD6) is known color: Bright Turquoise. HEX triplet: 13, DD and D6. RGB value is (19,221,214). Sum of RGB (Red+Green+Blue) = 19+221+214=454 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDD6 is #EC2229. Grayscale: #9F9F9F. Windows color (decimal): -15475242 or 14081299. OLE color: 14081299.
HSL color Cylindrical-coordinate representation of color #13DDD6: hue angle of 177.92º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDD6 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 214 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.13 |
| HSL | 177.92º | 0.84% | 0.47% | - |
| HSV(B) | 177.92º | 0.91% | 0.87% | - |
| XYZ | 38.26 | 56.71 | 72.55 | - |
| YUV | 159.8 | 158.58 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 214 | 0.91 | 0 | 0.03 | 0.13 | 177.92 | 0.84 | 0.47 |
| Hex | 13 | DD | D6 | 5B | 0 | 3 | D | B2 | 54 | 2F |
| Octal | 23 | 335 | 326 | 133 | 0 | 3 | 15 | 262 | 124 | 57 |
| Binary | 10011 | 11011101 | 11010110 | 1011011 | 0 | 11 | 1101 | 10110010 | 1010100 | 101111 |
Color Harmonies of #13DDD6
Complementary color
Monochromatic Colors of #13DDD6
Black with #13DDD6
Text Example
Text Example
White with #13DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDD6; }
p { color: rgb(19,221,214); }
H1.HeaderClassName
{
color: #13DDD6;
}
.AnyTagClassName
{
color: #13DDD6;
}
</style>
background-color css
<style>
a { background-color: #13DDD6; }
a { background-color: rgb(19,221,214); }
div.DivClassName
{
background-color: #13DDD6;
}
.BgClassName
{
background-color: #13DDD6;
}
</style>
border-color css
<style>
span { border-color: #13DDD6; }
span { border-color: rgb(19,221,214); }
td.TdClassName
{
border-color: #13DDD6;
}
.TagClassName
{
border-color: #13DDD6;
}
</style>