Shades of Dark Turquoise #13CADB
Tints of Dark Turquoise #13CADB
RGB
CMYK
RGB Variations
Color information
#13CADB (or 0x13CADB) is known color: Dark Turquoise. HEX triplet: 13, CA and DB. RGB value is (19,202,219). Sum of RGB (Red+Green+Blue) = 19+202+219=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #13CADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CADB is #EC3524. Grayscale: #949494. Windows color (decimal): -15480101 or 14404115. OLE color: 14404115.
HSL color Cylindrical-coordinate representation of color #13CADB: hue angle of 185.1º 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 #13CADB is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 202 | 219 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.14 |
| HSL | 185.1º | 0.84% | 0.47% | - |
| HSV(B) | 185.1º | 0.91% | 0.86% | - |
| XYZ | 34.18 | 47.49 | 74.38 | - |
| YUV | 149.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 219 | 0.91 | 0.08 | 0 | 0.14 | 185.1 | 0.84 | 0.47 |
| Hex | 13 | CA | DB | 5B | 8 | 0 | E | B9 | 54 | 2F |
| Octal | 23 | 312 | 333 | 133 | 10 | 0 | 16 | 271 | 124 | 57 |
| Binary | 10011 | 11001010 | 11011011 | 1011011 | 1000 | 0 | 1110 | 10111001 | 1010100 | 101111 |
Color Harmonies of #13CADB
Complementary color
Monochromatic Colors of #13CADB
Black with #13CADB
Text Example
Text Example
White with #13CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CADB; }
p { color: rgb(19,202,219); }
H1.HeaderClassName
{
color: #13CADB;
}
.AnyTagClassName
{
color: #13CADB;
}
</style>
background-color css
<style>
a { background-color: #13CADB; }
a { background-color: rgb(19,202,219); }
div.DivClassName
{
background-color: #13CADB;
}
.BgClassName
{
background-color: #13CADB;
}
</style>
border-color css
<style>
span { border-color: #13CADB; }
span { border-color: rgb(19,202,219); }
td.TdClassName
{
border-color: #13CADB;
}
.TagClassName
{
border-color: #13CADB;
}
</style>