Shades of Dark Turquoise #19CBDD
Tints of Dark Turquoise #19CBDD
RGB
CMYK
RGB Variations
Color information
#19CBDD (or 0x19CBDD) is known color: Dark Turquoise. HEX triplet: 19, CB and DD. RGB value is (25,203,221). Sum of RGB (Red+Green+Blue) = 25+203+221=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #19CBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBDD is #E63422. Grayscale: #979797. Windows color (decimal): -15086627 or 14535449. OLE color: 14535449.
HSL color Cylindrical-coordinate representation of color #19CBDD: hue angle of 185.51º 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 #19CBDD is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 203 | 221 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.13 |
| HSL | 185.51º | 0.8% | 0.48% | - |
| HSV(B) | 185.51º | 0.89% | 0.87% | - |
| XYZ | 34.81 | 48.14 | 75.86 | - |
| YUV | 151.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 221 | 0.89 | 0.08 | 0 | 0.13 | 185.51 | 0.8 | 0.48 |
| Hex | 19 | CB | DD | 59 | 8 | 0 | D | BA | 50 | 30 |
| Octal | 31 | 313 | 335 | 131 | 10 | 0 | 15 | 272 | 120 | 60 |
| Binary | 11001 | 11001011 | 11011101 | 1011001 | 1000 | 0 | 1101 | 10111010 | 1010000 | 110000 |
Color Harmonies of #19CBDD
Complementary color
Monochromatic Colors of #19CBDD
Black with #19CBDD
Text Example
Text Example
White with #19CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBDD; }
p { color: rgb(25,203,221); }
H1.HeaderClassName
{
color: #19CBDD;
}
.AnyTagClassName
{
color: #19CBDD;
}
</style>
background-color css
<style>
a { background-color: #19CBDD; }
a { background-color: rgb(25,203,221); }
div.DivClassName
{
background-color: #19CBDD;
}
.BgClassName
{
background-color: #19CBDD;
}
</style>
border-color css
<style>
span { border-color: #19CBDD; }
span { border-color: rgb(25,203,221); }
td.TdClassName
{
border-color: #19CBDD;
}
.TagClassName
{
border-color: #19CBDD;
}
</style>