Shades of Medium Turquoise #49CECB
Tints of Medium Turquoise #49CECB
RGB
CMYK
RGB Variations
Color information
#49CECB (or 0x49CECB) is known color: Medium Turquoise. HEX triplet: 49, CE and CB. RGB value is (73,206,203). Sum of RGB (Red+Green+Blue) = 73+206+203=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #49CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CECB is #B63134. Grayscale: #A5A5A5. Windows color (decimal): -11940149 or 13356617. OLE color: 13356617.
HSL color Cylindrical-coordinate representation of color #49CECB: hue angle of 178.65º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CECB is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 203 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.19 |
| HSL | 178.65º | 0.58% | 0.55% | - |
| HSV(B) | 178.65º | 0.65% | 0.81% | - |
| XYZ | 35.6 | 49.87 | 64.25 | - |
| YUV | 165.89 | 148.94 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 203 | 0.65 | 0 | 0.01 | 0.19 | 178.65 | 0.58 | 0.55 |
| Hex | 49 | CE | CB | 41 | 0 | 1 | 13 | B3 | 3A | 37 |
| Octal | 111 | 316 | 313 | 101 | 0 | 1 | 23 | 263 | 72 | 67 |
| Binary | 1001001 | 11001110 | 11001011 | 1000001 | 0 | 1 | 10011 | 10110011 | 111010 | 110111 |
Color Harmonies of #49CECB
Complementary color
Monochromatic Colors of #49CECB
Black with #49CECB
Text Example
Text Example
White with #49CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CECB; }
p { color: rgb(73,206,203); }
H1.HeaderClassName
{
color: #49CECB;
}
.AnyTagClassName
{
color: #49CECB;
}
</style>
background-color css
<style>
a { background-color: #49CECB; }
a { background-color: rgb(73,206,203); }
div.DivClassName
{
background-color: #49CECB;
}
.BgClassName
{
background-color: #49CECB;
}
</style>
border-color css
<style>
span { border-color: #49CECB; }
span { border-color: rgb(73,206,203); }
td.TdClassName
{
border-color: #49CECB;
}
.TagClassName
{
border-color: #49CECB;
}
</style>