Shades of Dark Turquoise #13C8DF
Tints of Dark Turquoise #13C8DF
RGB
CMYK
RGB Variations
Color information
#13C8DF (or 0x13C8DF) is known color: Dark Turquoise. HEX triplet: 13, C8 and DF. RGB value is (19,200,223). Sum of RGB (Red+Green+Blue) = 19+200+223=442 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.30% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #13C8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C8DF is #EC3720. Grayscale: #949494. Windows color (decimal): -15480609 or 14665747. OLE color: 14665747.
HSL color Cylindrical-coordinate representation of color #13C8DF: hue angle of 186.76º 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 #13C8DF is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 200 | 223 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.13 |
| HSL | 186.76º | 0.84% | 0.47% | - |
| HSV(B) | 186.76º | 0.91% | 0.87% | - |
| XYZ | 34.24 | 46.77 | 77.04 | - |
| YUV | 148.5 | 170.03 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 223 | 0.91 | 0.10 | 0 | 0.13 | 186.76 | 0.84 | 0.47 |
| Hex | 13 | C8 | DF | 5B | A | 0 | D | BB | 54 | 2F |
| Octal | 23 | 310 | 337 | 133 | 12 | 0 | 15 | 273 | 124 | 57 |
| Binary | 10011 | 11001000 | 11011111 | 1011011 | 1010 | 0 | 1101 | 10111011 | 1010100 | 101111 |
Color Harmonies of #13C8DF
Complementary color
Monochromatic Colors of #13C8DF
Black with #13C8DF
Text Example
Text Example
White with #13C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C8DF; }
p { color: rgb(19,200,223); }
H1.HeaderClassName
{
color: #13C8DF;
}
.AnyTagClassName
{
color: #13C8DF;
}
</style>
background-color css
<style>
a { background-color: #13C8DF; }
a { background-color: rgb(19,200,223); }
div.DivClassName
{
background-color: #13C8DF;
}
.BgClassName
{
background-color: #13C8DF;
}
</style>
border-color css
<style>
span { border-color: #13C8DF; }
span { border-color: rgb(19,200,223); }
td.TdClassName
{
border-color: #13C8DF;
}
.TagClassName
{
border-color: #13C8DF;
}
</style>