Shades of Bright Turquoise #19DCDD
Tints of Bright Turquoise #19DCDD
RGB
CMYK
RGB Variations
Color information
#19DCDD (or 0x19DCDD) is known color: Bright Turquoise. HEX triplet: 19, DC and DD. RGB value is (25,220,221). Sum of RGB (Red+Green+Blue) = 25+220+221=466 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.36% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #19DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCDD is #E62322. Grayscale: #A1A1A1. Windows color (decimal): -15082275 or 14539801. OLE color: 14539801.
HSL color Cylindrical-coordinate representation of color #19DCDD: hue angle of 180.31º 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 #19DCDD is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 220 | 221 | - |
| CMYK | 0.89 | 0.00 | 0 | 0.13 |
| HSL | 180.31º | 0.8% | 0.48% | - |
| HSV(B) | 180.31º | 0.89% | 0.87% | - |
| XYZ | 39.05 | 56.61 | 77.28 | - |
| YUV | 161.81 | 161.4 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 221 | 0.89 | 0.00 | 0 | 0.13 | 180.31 | 0.8 | 0.48 |
| Hex | 19 | DC | DD | 59 | 0 | 0 | D | B4 | 50 | 30 |
| Octal | 31 | 334 | 335 | 131 | 0 | 0 | 15 | 264 | 120 | 60 |
| Binary | 11001 | 11011100 | 11011101 | 1011001 | 0 | 0 | 1101 | 10110100 | 1010000 | 110000 |
Color Harmonies of #19DCDD
Complementary color
Monochromatic Colors of #19DCDD
Black with #19DCDD
Text Example
Text Example
White with #19DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DCDD; }
p { color: rgb(25,220,221); }
H1.HeaderClassName
{
color: #19DCDD;
}
.AnyTagClassName
{
color: #19DCDD;
}
</style>
background-color css
<style>
a { background-color: #19DCDD; }
a { background-color: rgb(25,220,221); }
div.DivClassName
{
background-color: #19DCDD;
}
.BgClassName
{
background-color: #19DCDD;
}
</style>
border-color css
<style>
span { border-color: #19DCDD; }
span { border-color: rgb(25,220,221); }
td.TdClassName
{
border-color: #19DCDD;
}
.TagClassName
{
border-color: #19DCDD;
}
</style>