Shades of Bright Turquoise #19D8DC
Tints of Bright Turquoise #19D8DC
RGB
CMYK
RGB Variations
Color information
#19D8DC (or 0x19D8DC) is known color: Bright Turquoise. HEX triplet: 19, D8 and DC. RGB value is (25,216,220). Sum of RGB (Red+Green+Blue) = 25+216+220=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #19D8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D8DC is #E62723. Grayscale: #9F9F9F. Windows color (decimal): -15083300 or 14473241. OLE color: 14473241.
HSL color Cylindrical-coordinate representation of color #19D8DC: hue angle of 181.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D8DC is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 216 | 220 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.14 |
| HSL | 181.23º | 0.8% | 0.48% | - |
| HSV(B) | 181.23º | 0.89% | 0.86% | - |
| XYZ | 37.88 | 54.49 | 76.23 | - |
| YUV | 159.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 216 | 220 | 0.89 | 0.02 | 0 | 0.14 | 181.23 | 0.8 | 0.48 |
| Hex | 19 | D8 | DC | 59 | 2 | 0 | E | B5 | 50 | 30 |
| Octal | 31 | 330 | 334 | 131 | 2 | 0 | 16 | 265 | 120 | 60 |
| Binary | 11001 | 11011000 | 11011100 | 1011001 | 10 | 0 | 1110 | 10110101 | 1010000 | 110000 |
Color Harmonies of #19D8DC
Complementary color
Monochromatic Colors of #19D8DC
Black with #19D8DC
Text Example
Text Example
White with #19D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D8DC; }
p { color: rgb(25,216,220); }
H1.HeaderClassName
{
color: #19D8DC;
}
.AnyTagClassName
{
color: #19D8DC;
}
</style>
background-color css
<style>
a { background-color: #19D8DC; }
a { background-color: rgb(25,216,220); }
div.DivClassName
{
background-color: #19D8DC;
}
.BgClassName
{
background-color: #19D8DC;
}
</style>
border-color css
<style>
span { border-color: #19D8DC; }
span { border-color: rgb(25,216,220); }
td.TdClassName
{
border-color: #19D8DC;
}
.TagClassName
{
border-color: #19D8DC;
}
</style>