Shades of Turquoise #49DBCD
Tints of Turquoise #49DBCD
RGB
CMYK
RGB Variations
Color information
#49DBCD (or 0x49DBCD) is known color: Turquoise. HEX triplet: 49, DB and CD. RGB value is (73,219,205). Sum of RGB (Red+Green+Blue) = 73+219+205=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBCD is #B62432. Grayscale: #ADADAD. Windows color (decimal): -11936819 or 13491017. OLE color: 13491017.
HSL color Cylindrical-coordinate representation of color #49DBCD: hue angle of 174.25º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBCD is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 205 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.14 |
| HSL | 174.25º | 0.67% | 0.57% | - |
| HSV(B) | 174.25º | 0.67% | 0.86% | - |
| XYZ | 39.1 | 56.49 | 66.6 | - |
| YUV | 173.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 205 | 0.67 | 0 | 0.06 | 0.14 | 174.25 | 0.67 | 0.57 |
| Hex | 49 | DB | CD | 43 | 0 | 6 | E | AE | 43 | 39 |
| Octal | 111 | 333 | 315 | 103 | 0 | 6 | 16 | 256 | 103 | 71 |
| Binary | 1001001 | 11011011 | 11001101 | 1000011 | 0 | 110 | 1110 | 10101110 | 1000011 | 111001 |
Color Harmonies of #49DBCD
Complementary color
Monochromatic Colors of #49DBCD
Black with #49DBCD
Text Example
Text Example
White with #49DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBCD; }
p { color: rgb(73,219,205); }
H1.HeaderClassName
{
color: #49DBCD;
}
.AnyTagClassName
{
color: #49DBCD;
}
</style>
background-color css
<style>
a { background-color: #49DBCD; }
a { background-color: rgb(73,219,205); }
div.DivClassName
{
background-color: #49DBCD;
}
.BgClassName
{
background-color: #49DBCD;
}
</style>
border-color css
<style>
span { border-color: #49DBCD; }
span { border-color: rgb(73,219,205); }
td.TdClassName
{
border-color: #49DBCD;
}
.TagClassName
{
border-color: #49DBCD;
}
</style>