Shades of Turquoise #49DECB
Tints of Turquoise #49DECB
RGB
CMYK
RGB Variations
Color information
#49DECB (or 0x49DECB) is known color: Turquoise. HEX triplet: 49, DE and CB. RGB value is (73,222,203). Sum of RGB (Red+Green+Blue) = 73+222+203=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #49DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DECB is #B62134. Grayscale: #AFAFAF. Windows color (decimal): -11936053 or 13360713. OLE color: 13360713.
HSL color Cylindrical-coordinate representation of color #49DECB: hue angle of 172.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DECB is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 203 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.13 |
| HSL | 172.35º | 0.69% | 0.58% | - |
| HSV(B) | 172.35º | 0.67% | 0.87% | - |
| XYZ | 39.65 | 57.97 | 65.6 | - |
| YUV | 175.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 203 | 0.67 | 0 | 0.09 | 0.13 | 172.35 | 0.69 | 0.58 |
| Hex | 49 | DE | CB | 43 | 0 | 9 | D | AC | 45 | 3A |
| Octal | 111 | 336 | 313 | 103 | 0 | 11 | 15 | 254 | 105 | 72 |
| Binary | 1001001 | 11011110 | 11001011 | 1000011 | 0 | 1001 | 1101 | 10101100 | 1000101 | 111010 |
Color Harmonies of #49DECB
Complementary color
Monochromatic Colors of #49DECB
Black with #49DECB
Text Example
Text Example
White with #49DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DECB; }
p { color: rgb(73,222,203); }
H1.HeaderClassName
{
color: #49DECB;
}
.AnyTagClassName
{
color: #49DECB;
}
</style>
background-color css
<style>
a { background-color: #49DECB; }
a { background-color: rgb(73,222,203); }
div.DivClassName
{
background-color: #49DECB;
}
.BgClassName
{
background-color: #49DECB;
}
</style>
border-color css
<style>
span { border-color: #49DECB; }
span { border-color: rgb(73,222,203); }
td.TdClassName
{
border-color: #49DECB;
}
.TagClassName
{
border-color: #49DECB;
}
</style>