Shades of Dark Turquoise #19CBDC
Tints of Dark Turquoise #19CBDC
RGB
CMYK
RGB Variations
Color information
#19CBDC (or 0x19CBDC) is known color: Dark Turquoise. HEX triplet: 19, CB and DC. RGB value is (25,203,220). Sum of RGB (Red+Green+Blue) = 25+203+220=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #19CBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBDC is #E63423. Grayscale: #979797. Windows color (decimal): -15086628 or 14469913. OLE color: 14469913.
HSL color Cylindrical-coordinate representation of color #19CBDC: hue angle of 185.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 #19CBDC is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 203 | 220 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.14 |
| HSL | 185.23º | 0.8% | 0.48% | - |
| HSV(B) | 185.23º | 0.89% | 0.86% | - |
| XYZ | 34.68 | 48.09 | 75.16 | - |
| YUV | 151.72 | 166.53 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 220 | 0.89 | 0.08 | 0 | 0.14 | 185.23 | 0.8 | 0.48 |
| Hex | 19 | CB | DC | 59 | 8 | 0 | E | B9 | 50 | 30 |
| Octal | 31 | 313 | 334 | 131 | 10 | 0 | 16 | 271 | 120 | 60 |
| Binary | 11001 | 11001011 | 11011100 | 1011001 | 1000 | 0 | 1110 | 10111001 | 1010000 | 110000 |
Color Harmonies of #19CBDC
Complementary color
Monochromatic Colors of #19CBDC
Black with #19CBDC
Text Example
Text Example
White with #19CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBDC; }
p { color: rgb(25,203,220); }
H1.HeaderClassName
{
color: #19CBDC;
}
.AnyTagClassName
{
color: #19CBDC;
}
</style>
background-color css
<style>
a { background-color: #19CBDC; }
a { background-color: rgb(25,203,220); }
div.DivClassName
{
background-color: #19CBDC;
}
.BgClassName
{
background-color: #19CBDC;
}
</style>
border-color css
<style>
span { border-color: #19CBDC; }
span { border-color: rgb(25,203,220); }
td.TdClassName
{
border-color: #19CBDC;
}
.TagClassName
{
border-color: #19CBDC;
}
</style>