Shades of Dark Turquoise #19C0DF
Tints of Dark Turquoise #19C0DF
RGB
CMYK
RGB Variations
Color information
#19C0DF (or 0x19C0DF) is known color: Dark Turquoise. HEX triplet: 19, C0 and DF. RGB value is (25,192,223). Sum of RGB (Red+Green+Blue) = 25+192+223=440 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.68% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #19C0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19C0DF is #E63F20. Grayscale: #919191. Windows color (decimal): -15089441 or 14663705. OLE color: 14663705.
HSL color Cylindrical-coordinate representation of color #19C0DF: hue angle of 189.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19C0DF is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 192 | 223 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.13 |
| HSL | 189.39º | 0.8% | 0.49% | - |
| HSV(B) | 189.39º | 0.89% | 0.87% | - |
| XYZ | 32.57 | 43.23 | 76.44 | - |
| YUV | 145.6 | 171.67 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 192 | 223 | 0.89 | 0.14 | 0 | 0.13 | 189.39 | 0.8 | 0.49 |
| Hex | 19 | C0 | DF | 59 | E | 0 | D | BD | 50 | 31 |
| Octal | 31 | 300 | 337 | 131 | 16 | 0 | 15 | 275 | 120 | 61 |
| Binary | 11001 | 11000000 | 11011111 | 1011001 | 1110 | 0 | 1101 | 10111101 | 1010000 | 110001 |
Color Harmonies of #19C0DF
Complementary color
Monochromatic Colors of #19C0DF
Black with #19C0DF
Text Example
Text Example
White with #19C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C0DF; }
p { color: rgb(25,192,223); }
H1.HeaderClassName
{
color: #19C0DF;
}
.AnyTagClassName
{
color: #19C0DF;
}
</style>
background-color css
<style>
a { background-color: #19C0DF; }
a { background-color: rgb(25,192,223); }
div.DivClassName
{
background-color: #19C0DF;
}
.BgClassName
{
background-color: #19C0DF;
}
</style>
border-color css
<style>
span { border-color: #19C0DF; }
span { border-color: rgb(25,192,223); }
td.TdClassName
{
border-color: #19C0DF;
}
.TagClassName
{
border-color: #19C0DF;
}
</style>