Shades of Dark Turquoise #13CED5
Tints of Dark Turquoise #13CED5
RGB
CMYK
RGB Variations
Color information
#13CED5 (or 0x13CED5) is known color: Dark Turquoise. HEX triplet: 13, CE and D5. RGB value is (19,206,213). Sum of RGB (Red+Green+Blue) = 19+206+213=438 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.34% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #13CED5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CED5 is #EC312A. Grayscale: #969696. Windows color (decimal): -15479083 or 14011923. OLE color: 14011923.
HSL color Cylindrical-coordinate representation of color #13CED5: hue angle of 182.16º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CED5 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 206 | 213 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.16 |
| HSL | 182.16º | 0.84% | 0.45% | - |
| HSV(B) | 182.16º | 0.91% | 0.84% | - |
| XYZ | 34.35 | 49.09 | 70.61 | - |
| YUV | 150.89 | 163.05 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 213 | 0.91 | 0.03 | 0 | 0.16 | 182.16 | 0.84 | 0.45 |
| Hex | 13 | CE | D5 | 5B | 3 | 0 | 10 | B6 | 54 | 2D |
| Octal | 23 | 316 | 325 | 133 | 3 | 0 | 20 | 266 | 124 | 55 |
| Binary | 10011 | 11001110 | 11010101 | 1011011 | 11 | 0 | 10000 | 10110110 | 1010100 | 101101 |
Color Harmonies of #13CED5
Complementary color
Monochromatic Colors of #13CED5
Black with #13CED5
Text Example
Text Example
White with #13CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CED5; }
p { color: rgb(19,206,213); }
H1.HeaderClassName
{
color: #13CED5;
}
.AnyTagClassName
{
color: #13CED5;
}
</style>
background-color css
<style>
a { background-color: #13CED5; }
a { background-color: rgb(19,206,213); }
div.DivClassName
{
background-color: #13CED5;
}
.BgClassName
{
background-color: #13CED5;
}
</style>
border-color css
<style>
span { border-color: #13CED5; }
span { border-color: rgb(19,206,213); }
td.TdClassName
{
border-color: #13CED5;
}
.TagClassName
{
border-color: #13CED5;
}
</style>