Shades of Bright Turquoise #19DDC8
Tints of Bright Turquoise #19DDC8
RGB
CMYK
RGB Variations
Color information
#19DDC8 (or 0x19DDC8) is known color: Bright Turquoise. HEX triplet: 19, DD and C8. RGB value is (25,221,200). Sum of RGB (Red+Green+Blue) = 25+221+200=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDC8 is #E62237. Grayscale: #9F9F9F. Windows color (decimal): -15082040 or 13163801. OLE color: 13163801.
HSL color Cylindrical-coordinate representation of color #19DDC8: hue angle of 173.57º 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 #19DDC8 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 221 | 200 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.13 |
| HSL | 173.57º | 0.8% | 0.48% | - |
| HSV(B) | 173.57º | 0.89% | 0.87% | - |
| XYZ | 36.68 | 56.09 | 63.54 | - |
| YUV | 160 | 150.57 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 200 | 0.89 | 0 | 0.10 | 0.13 | 173.57 | 0.8 | 0.48 |
| Hex | 19 | DD | C8 | 59 | 0 | A | D | AE | 50 | 30 |
| Octal | 31 | 335 | 310 | 131 | 0 | 12 | 15 | 256 | 120 | 60 |
| Binary | 11001 | 11011101 | 11001000 | 1011001 | 0 | 1010 | 1101 | 10101110 | 1010000 | 110000 |
Color Harmonies of #19DDC8
Complementary color
Monochromatic Colors of #19DDC8
Black with #19DDC8
Text Example
Text Example
White with #19DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDC8; }
p { color: rgb(25,221,200); }
H1.HeaderClassName
{
color: #19DDC8;
}
.AnyTagClassName
{
color: #19DDC8;
}
</style>
background-color css
<style>
a { background-color: #19DDC8; }
a { background-color: rgb(25,221,200); }
div.DivClassName
{
background-color: #19DDC8;
}
.BgClassName
{
background-color: #19DDC8;
}
</style>
border-color css
<style>
span { border-color: #19DDC8; }
span { border-color: rgb(25,221,200); }
td.TdClassName
{
border-color: #19DDC8;
}
.TagClassName
{
border-color: #19DDC8;
}
</style>