Shades of Turquoise #49DCCB
Tints of Turquoise #49DCCB
RGB
CMYK
RGB Variations
Color information
#49DCCB (or 0x49DCCB) is known color: Turquoise. HEX triplet: 49, DC and CB. RGB value is (73,220,203). Sum of RGB (Red+Green+Blue) = 73+220+203=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCCB is #B62334. Grayscale: #AEAEAE. Windows color (decimal): -11936565 or 13360201. OLE color: 13360201.
HSL color Cylindrical-coordinate representation of color #49DCCB: hue angle of 173.06º 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 #49DCCB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 203 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.14 |
| HSL | 173.06º | 0.68% | 0.57% | - |
| HSV(B) | 173.06º | 0.67% | 0.86% | - |
| XYZ | 39.12 | 56.91 | 65.42 | - |
| YUV | 174.11 | 144.3 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 203 | 0.67 | 0 | 0.08 | 0.14 | 173.06 | 0.68 | 0.57 |
| Hex | 49 | DC | CB | 43 | 0 | 8 | E | AD | 44 | 39 |
| Octal | 111 | 334 | 313 | 103 | 0 | 10 | 16 | 255 | 104 | 71 |
| Binary | 1001001 | 11011100 | 11001011 | 1000011 | 0 | 1000 | 1110 | 10101101 | 1000100 | 111001 |
Color Harmonies of #49DCCB
Complementary color
Monochromatic Colors of #49DCCB
Black with #49DCCB
Text Example
Text Example
White with #49DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCCB; }
p { color: rgb(73,220,203); }
H1.HeaderClassName
{
color: #49DCCB;
}
.AnyTagClassName
{
color: #49DCCB;
}
</style>
background-color css
<style>
a { background-color: #49DCCB; }
a { background-color: rgb(73,220,203); }
div.DivClassName
{
background-color: #49DCCB;
}
.BgClassName
{
background-color: #49DCCB;
}
</style>
border-color css
<style>
span { border-color: #49DCCB; }
span { border-color: rgb(73,220,203); }
td.TdClassName
{
border-color: #49DCCB;
}
.TagClassName
{
border-color: #49DCCB;
}
</style>