Shades of Dark Turquoise #13CFDC
Tints of Dark Turquoise #13CFDC
RGB
CMYK
RGB Variations
Color information
#13CFDC (or 0x13CFDC) is known color: Dark Turquoise. HEX triplet: 13, CF and DC. RGB value is (19,207,220). Sum of RGB (Red+Green+Blue) = 19+207+220=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #13CFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFDC is #EC3023. Grayscale: #989898. Windows color (decimal): -15478820 or 14470931. OLE color: 14470931.
HSL color Cylindrical-coordinate representation of color #13CFDC: hue angle of 183.88º 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 #13CFDC is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 207 | 220 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.14 |
| HSL | 183.88º | 0.84% | 0.47% | - |
| HSV(B) | 183.88º | 0.91% | 0.86% | - |
| XYZ | 35.5 | 49.93 | 75.48 | - |
| YUV | 152.27 | 166.22 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 220 | 0.91 | 0.06 | 0 | 0.14 | 183.88 | 0.84 | 0.47 |
| Hex | 13 | CF | DC | 5B | 6 | 0 | E | B8 | 54 | 2F |
| Octal | 23 | 317 | 334 | 133 | 6 | 0 | 16 | 270 | 124 | 57 |
| Binary | 10011 | 11001111 | 11011100 | 1011011 | 110 | 0 | 1110 | 10111000 | 1010100 | 101111 |
Color Harmonies of #13CFDC
Complementary color
Monochromatic Colors of #13CFDC
Black with #13CFDC
Text Example
Text Example
White with #13CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFDC; }
p { color: rgb(19,207,220); }
H1.HeaderClassName
{
color: #13CFDC;
}
.AnyTagClassName
{
color: #13CFDC;
}
</style>
background-color css
<style>
a { background-color: #13CFDC; }
a { background-color: rgb(19,207,220); }
div.DivClassName
{
background-color: #13CFDC;
}
.BgClassName
{
background-color: #13CFDC;
}
</style>
border-color css
<style>
span { border-color: #13CFDC; }
span { border-color: rgb(19,207,220); }
td.TdClassName
{
border-color: #13CFDC;
}
.TagClassName
{
border-color: #13CFDC;
}
</style>