Shades of Dark Turquoise #13CECF
Tints of Dark Turquoise #13CECF
RGB
CMYK
RGB Variations
Color information
#13CECF (or 0x13CECF) is known color: Dark Turquoise. HEX triplet: 13, CE and CF. RGB value is (19,206,207). Sum of RGB (Red+Green+Blue) = 19+206+207=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #13CECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CECF is #EC3130. Grayscale: #969696. Windows color (decimal): -15479089 or 13618707. OLE color: 13618707.
HSL color Cylindrical-coordinate representation of color #13CECF: hue angle of 180.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CECF is Cyan = 0.91, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 207 | - |
| CMYK | 0.91 | 0.00 | 0 | 0.19 |
| HSL | 180.32º | 0.83% | 0.44% | - |
| HSV(B) | 180.32º | 0.91% | 0.81% | - |
| XYZ | 33.6 | 48.79 | 66.68 | - |
| YUV | 150.2 | 160.05 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 207 | 0.91 | 0.00 | 0 | 0.19 | 180.32 | 0.83 | 0.44 |
| Hex | 13 | CE | CF | 5B | 0 | 0 | 13 | B4 | 53 | 2C |
| Octal | 23 | 316 | 317 | 133 | 0 | 0 | 23 | 264 | 123 | 54 |
| Binary | 10011 | 11001110 | 11001111 | 1011011 | 0 | 0 | 10011 | 10110100 | 1010011 | 101100 |
Color Harmonies of #13CECF
Complementary color
Monochromatic Colors of #13CECF
Black with #13CECF
Text Example
Text Example
White with #13CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CECF; }
p { color: rgb(19,206,207); }
H1.HeaderClassName
{
color: #13CECF;
}
.AnyTagClassName
{
color: #13CECF;
}
</style>
background-color css
<style>
a { background-color: #13CECF; }
a { background-color: rgb(19,206,207); }
div.DivClassName
{
background-color: #13CECF;
}
.BgClassName
{
background-color: #13CECF;
}
</style>
border-color css
<style>
span { border-color: #13CECF; }
span { border-color: rgb(19,206,207); }
td.TdClassName
{
border-color: #13CECF;
}
.TagClassName
{
border-color: #13CECF;
}
</style>