Shades of Dark Turquoise #19D1DD
Tints of Dark Turquoise #19D1DD
RGB
CMYK
RGB Variations
Color information
#19D1DD (or 0x19D1DD) is known color: Dark Turquoise. HEX triplet: 19, D1 and DD. RGB value is (25,209,221). Sum of RGB (Red+Green+Blue) = 25+209+221=455 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.49% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #19D1DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D1DD is #E62E22. Grayscale: #9B9B9B. Windows color (decimal): -15085091 or 14536985. OLE color: 14536985.
HSL color Cylindrical-coordinate representation of color #19D1DD: hue angle of 183.67º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D1DD is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 209 | 221 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.13 |
| HSL | 183.67º | 0.8% | 0.48% | - |
| HSV(B) | 183.67º | 0.89% | 0.87% | - |
| XYZ | 36.25 | 51.03 | 76.35 | - |
| YUV | 155.35 | 165.04 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 209 | 221 | 0.89 | 0.05 | 0 | 0.13 | 183.67 | 0.8 | 0.48 |
| Hex | 19 | D1 | DD | 59 | 5 | 0 | D | B8 | 50 | 30 |
| Octal | 31 | 321 | 335 | 131 | 5 | 0 | 15 | 270 | 120 | 60 |
| Binary | 11001 | 11010001 | 11011101 | 1011001 | 101 | 0 | 1101 | 10111000 | 1010000 | 110000 |
Color Harmonies of #19D1DD
Complementary color
Monochromatic Colors of #19D1DD
Black with #19D1DD
Text Example
Text Example
White with #19D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D1DD; }
p { color: rgb(25,209,221); }
H1.HeaderClassName
{
color: #19D1DD;
}
.AnyTagClassName
{
color: #19D1DD;
}
</style>
background-color css
<style>
a { background-color: #19D1DD; }
a { background-color: rgb(25,209,221); }
div.DivClassName
{
background-color: #19D1DD;
}
.BgClassName
{
background-color: #19D1DD;
}
</style>
border-color css
<style>
span { border-color: #19D1DD; }
span { border-color: rgb(25,209,221); }
td.TdClassName
{
border-color: #19D1DD;
}
.TagClassName
{
border-color: #19D1DD;
}
</style>