Shades of Turquoise #49DCB8
Tints of Turquoise #49DCB8
RGB
CMYK
RGB Variations
Color information
#49DCB8 (or 0x49DCB8) is known color: Turquoise. HEX triplet: 49, DC and B8. RGB value is (73,220,184). Sum of RGB (Red+Green+Blue) = 73+220+184=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCB8 is #B62347. Grayscale: #ABABAB. Windows color (decimal): -11936584 or 12115017. OLE color: 12115017.
HSL color Cylindrical-coordinate representation of color #49DCB8: hue angle of 165.31º degrees, saturation: 0.68, 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 #49DCB8 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 184 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.14 |
| HSL | 165.31º | 0.68% | 0.57% | - |
| HSV(B) | 165.31º | 0.67% | 0.86% | - |
| XYZ | 36.99 | 56.06 | 54.22 | - |
| YUV | 171.94 | 134.8 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 184 | 0.67 | 0 | 0.16 | 0.14 | 165.31 | 0.68 | 0.57 |
| Hex | 49 | DC | B8 | 43 | 0 | 10 | E | A5 | 44 | 39 |
| Octal | 111 | 334 | 270 | 103 | 0 | 20 | 16 | 245 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10111000 | 1000011 | 0 | 10000 | 1110 | 10100101 | 1000100 | 111001 |
Color Harmonies of #49DCB8
Complementary color
Monochromatic Colors of #49DCB8
Black with #49DCB8
Text Example
Text Example
White with #49DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCB8; }
p { color: rgb(73,220,184); }
H1.HeaderClassName
{
color: #49DCB8;
}
.AnyTagClassName
{
color: #49DCB8;
}
</style>
background-color css
<style>
a { background-color: #49DCB8; }
a { background-color: rgb(73,220,184); }
div.DivClassName
{
background-color: #49DCB8;
}
.BgClassName
{
background-color: #49DCB8;
}
</style>
border-color css
<style>
span { border-color: #49DCB8; }
span { border-color: rgb(73,220,184); }
td.TdClassName
{
border-color: #49DCB8;
}
.TagClassName
{
border-color: #49DCB8;
}
</style>