Shades of Dark Turquoise #13C2DF
Tints of Dark Turquoise #13C2DF
RGB
CMYK
RGB Variations
Color information
#13C2DF (or 0x13C2DF) is known color: Dark Turquoise. HEX triplet: 13, C2 and DF. RGB value is (19,194,223). Sum of RGB (Red+Green+Blue) = 19+194+223=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #13C2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2DF is #EC3D20. Grayscale: #909090. Windows color (decimal): -15482145 or 14664211. OLE color: 14664211.
HSL color Cylindrical-coordinate representation of color #13C2DF: hue angle of 188.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C2DF is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 194 | 223 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.13 |
| HSL | 188.53º | 0.84% | 0.47% | - |
| HSV(B) | 188.53º | 0.91% | 0.87% | - |
| XYZ | 32.88 | 44.05 | 76.58 | - |
| YUV | 144.98 | 172.02 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 223 | 0.91 | 0.13 | 0 | 0.13 | 188.53 | 0.84 | 0.47 |
| Hex | 13 | C2 | DF | 5B | D | 0 | D | BD | 54 | 2F |
| Octal | 23 | 302 | 337 | 133 | 15 | 0 | 15 | 275 | 124 | 57 |
| Binary | 10011 | 11000010 | 11011111 | 1011011 | 1101 | 0 | 1101 | 10111101 | 1010100 | 101111 |
Color Harmonies of #13C2DF
Complementary color
Monochromatic Colors of #13C2DF
Black with #13C2DF
Text Example
Text Example
White with #13C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2DF; }
p { color: rgb(19,194,223); }
H1.HeaderClassName
{
color: #13C2DF;
}
.AnyTagClassName
{
color: #13C2DF;
}
</style>
background-color css
<style>
a { background-color: #13C2DF; }
a { background-color: rgb(19,194,223); }
div.DivClassName
{
background-color: #13C2DF;
}
.BgClassName
{
background-color: #13C2DF;
}
</style>
border-color css
<style>
span { border-color: #13C2DF; }
span { border-color: rgb(19,194,223); }
td.TdClassName
{
border-color: #13C2DF;
}
.TagClassName
{
border-color: #13C2DF;
}
</style>