Shades of Dark Turquoise #13CDDD
Tints of Dark Turquoise #13CDDD
RGB
CMYK
RGB Variations
Color information
#13CDDD (or 0x13CDDD) is known color: Dark Turquoise. HEX triplet: 13, CD and DD. RGB value is (19,205,221). Sum of RGB (Red+Green+Blue) = 19+205+221=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #13CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CDDD is #EC3222. Grayscale: #969696. Windows color (decimal): -15479331 or 14535955. OLE color: 14535955.
HSL color Cylindrical-coordinate representation of color #13CDDD: hue angle of 184.75º 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 #13CDDD is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 205 | 221 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.13 |
| HSL | 184.75º | 0.84% | 0.47% | - |
| HSV(B) | 184.75º | 0.91% | 0.87% | - |
| XYZ | 35.15 | 49.02 | 76.02 | - |
| YUV | 151.21 | 167.38 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 205 | 221 | 0.91 | 0.07 | 0 | 0.13 | 184.75 | 0.84 | 0.47 |
| Hex | 13 | CD | DD | 5B | 7 | 0 | D | B9 | 54 | 2F |
| Octal | 23 | 315 | 335 | 133 | 7 | 0 | 15 | 271 | 124 | 57 |
| Binary | 10011 | 11001101 | 11011101 | 1011011 | 111 | 0 | 1101 | 10111001 | 1010100 | 101111 |
Color Harmonies of #13CDDD
Complementary color
Monochromatic Colors of #13CDDD
Black with #13CDDD
Text Example
Text Example
White with #13CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CDDD; }
p { color: rgb(19,205,221); }
H1.HeaderClassName
{
color: #13CDDD;
}
.AnyTagClassName
{
color: #13CDDD;
}
</style>
background-color css
<style>
a { background-color: #13CDDD; }
a { background-color: rgb(19,205,221); }
div.DivClassName
{
background-color: #13CDDD;
}
.BgClassName
{
background-color: #13CDDD;
}
</style>
border-color css
<style>
span { border-color: #13CDDD; }
span { border-color: rgb(19,205,221); }
td.TdClassName
{
border-color: #13CDDD;
}
.TagClassName
{
border-color: #13CDDD;
}
</style>