Shades of Dark Turquoise #13C7DF
Tints of Dark Turquoise #13C7DF
RGB
CMYK
RGB Variations
Color information
#13C7DF (or 0x13C7DF) is known color: Dark Turquoise. HEX triplet: 13, C7 and DF. RGB value is (19,199,223). Sum of RGB (Red+Green+Blue) = 19+199+223=441 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.31% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #13C7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C7DF is #EC3820. Grayscale: #939393. Windows color (decimal): -15480865 or 14665491. OLE color: 14665491.
HSL color Cylindrical-coordinate representation of color #13C7DF: hue angle of 187.06º 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 #13C7DF is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 199 | 223 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.13 |
| HSL | 187.06º | 0.84% | 0.47% | - |
| HSV(B) | 187.06º | 0.91% | 0.87% | - |
| XYZ | 34.01 | 46.31 | 76.96 | - |
| YUV | 147.92 | 170.37 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 199 | 223 | 0.91 | 0.11 | 0 | 0.13 | 187.06 | 0.84 | 0.47 |
| Hex | 13 | C7 | DF | 5B | B | 0 | D | BB | 54 | 2F |
| Octal | 23 | 307 | 337 | 133 | 13 | 0 | 15 | 273 | 124 | 57 |
| Binary | 10011 | 11000111 | 11011111 | 1011011 | 1011 | 0 | 1101 | 10111011 | 1010100 | 101111 |
Color Harmonies of #13C7DF
Complementary color
Monochromatic Colors of #13C7DF
Black with #13C7DF
Text Example
Text Example
White with #13C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C7DF; }
p { color: rgb(19,199,223); }
H1.HeaderClassName
{
color: #13C7DF;
}
.AnyTagClassName
{
color: #13C7DF;
}
</style>
background-color css
<style>
a { background-color: #13C7DF; }
a { background-color: rgb(19,199,223); }
div.DivClassName
{
background-color: #13C7DF;
}
.BgClassName
{
background-color: #13C7DF;
}
</style>
border-color css
<style>
span { border-color: #13C7DF; }
span { border-color: rgb(19,199,223); }
td.TdClassName
{
border-color: #13C7DF;
}
.TagClassName
{
border-color: #13C7DF;
}
</style>