Shades of Dark Turquoise #19D1DE
Tints of Dark Turquoise #19D1DE
RGB
CMYK
RGB Variations
Color information
#19D1DE (or 0x19D1DE) is known color: Dark Turquoise. HEX triplet: 19, D1 and DE. RGB value is (25,209,222). Sum of RGB (Red+Green+Blue) = 25+209+222=456 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.48% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #19D1DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D1DE is #E62E21. Grayscale: #9B9B9B. Windows color (decimal): -15085090 or 14602521. OLE color: 14602521.
HSL color Cylindrical-coordinate representation of color #19D1DE: hue angle of 183.96º 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 #19D1DE is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 209 | 222 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.13 |
| HSL | 183.96º | 0.8% | 0.48% | - |
| HSV(B) | 183.96º | 0.89% | 0.87% | - |
| XYZ | 36.39 | 51.08 | 77.05 | - |
| YUV | 155.47 | 165.54 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 209 | 222 | 0.89 | 0.06 | 0 | 0.13 | 183.96 | 0.8 | 0.48 |
| Hex | 19 | D1 | DE | 59 | 6 | 0 | D | B8 | 50 | 30 |
| Octal | 31 | 321 | 336 | 131 | 6 | 0 | 15 | 270 | 120 | 60 |
| Binary | 11001 | 11010001 | 11011110 | 1011001 | 110 | 0 | 1101 | 10111000 | 1010000 | 110000 |
Color Harmonies of #19D1DE
Complementary color
Monochromatic Colors of #19D1DE
Black with #19D1DE
Text Example
Text Example
White with #19D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D1DE; }
p { color: rgb(25,209,222); }
H1.HeaderClassName
{
color: #19D1DE;
}
.AnyTagClassName
{
color: #19D1DE;
}
</style>
background-color css
<style>
a { background-color: #19D1DE; }
a { background-color: rgb(25,209,222); }
div.DivClassName
{
background-color: #19D1DE;
}
.BgClassName
{
background-color: #19D1DE;
}
</style>
border-color css
<style>
span { border-color: #19D1DE; }
span { border-color: rgb(25,209,222); }
td.TdClassName
{
border-color: #19D1DE;
}
.TagClassName
{
border-color: #19D1DE;
}
</style>