Shades of Dark Turquoise #13CCDB
Tints of Dark Turquoise #13CCDB
RGB
CMYK
RGB Variations
Color information
#13CCDB (or 0x13CCDB) is known color: Dark Turquoise. HEX triplet: 13, CC and DB. RGB value is (19,204,219). Sum of RGB (Red+Green+Blue) = 19+204+219=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #13CCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CCDB is #EC3324. Grayscale: #969696. Windows color (decimal): -15479589 or 14404627. OLE color: 14404627.
HSL color Cylindrical-coordinate representation of color #13CCDB: hue angle of 184.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CCDB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 204 | 219 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.14 |
| HSL | 184.5º | 0.84% | 0.47% | - |
| HSV(B) | 184.5º | 0.91% | 0.86% | - |
| XYZ | 34.65 | 48.44 | 74.54 | - |
| YUV | 150.4 | 166.71 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 219 | 0.91 | 0.07 | 0 | 0.14 | 184.5 | 0.84 | 0.47 |
| Hex | 13 | CC | DB | 5B | 7 | 0 | E | B8 | 54 | 2F |
| Octal | 23 | 314 | 333 | 133 | 7 | 0 | 16 | 270 | 124 | 57 |
| Binary | 10011 | 11001100 | 11011011 | 1011011 | 111 | 0 | 1110 | 10111000 | 1010100 | 101111 |
Color Harmonies of #13CCDB
Complementary color
Monochromatic Colors of #13CCDB
Black with #13CCDB
Text Example
Text Example
White with #13CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CCDB; }
p { color: rgb(19,204,219); }
H1.HeaderClassName
{
color: #13CCDB;
}
.AnyTagClassName
{
color: #13CCDB;
}
</style>
background-color css
<style>
a { background-color: #13CCDB; }
a { background-color: rgb(19,204,219); }
div.DivClassName
{
background-color: #13CCDB;
}
.BgClassName
{
background-color: #13CCDB;
}
</style>
border-color css
<style>
span { border-color: #13CCDB; }
span { border-color: rgb(19,204,219); }
td.TdClassName
{
border-color: #13CCDB;
}
.TagClassName
{
border-color: #13CCDB;
}
</style>