Shades of Medium Turquoise #49CCBD
Tints of Medium Turquoise #49CCBD
RGB
CMYK
RGB Variations
Color information
#49CCBD (or 0x49CCBD) is known color: Medium Turquoise. HEX triplet: 49, CC and BD. RGB value is (73,204,189). Sum of RGB (Red+Green+Blue) = 73+204+189=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #49CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CCBD is #B63342. Grayscale: #A3A3A3. Windows color (decimal): -11940675 or 12438601. OLE color: 12438601.
HSL color Cylindrical-coordinate representation of color #49CCBD: hue angle of 173.13º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CCBD is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 189 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.2 |
| HSL | 173.13º | 0.56% | 0.54% | - |
| HSV(B) | 173.13º | 0.64% | 0.8% | - |
| XYZ | 33.53 | 48.28 | 55.7 | - |
| YUV | 163.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 189 | 0.64 | 0 | 0.07 | 0.2 | 173.13 | 0.56 | 0.54 |
| Hex | 49 | CC | BD | 40 | 0 | 7 | 14 | AD | 38 | 36 |
| Octal | 111 | 314 | 275 | 100 | 0 | 7 | 24 | 255 | 70 | 66 |
| Binary | 1001001 | 11001100 | 10111101 | 1000000 | 0 | 111 | 10100 | 10101101 | 111000 | 110110 |
Color Harmonies of #49CCBD
Complementary color
Monochromatic Colors of #49CCBD
Black with #49CCBD
Text Example
Text Example
White with #49CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CCBD; }
p { color: rgb(73,204,189); }
H1.HeaderClassName
{
color: #49CCBD;
}
.AnyTagClassName
{
color: #49CCBD;
}
</style>
background-color css
<style>
a { background-color: #49CCBD; }
a { background-color: rgb(73,204,189); }
div.DivClassName
{
background-color: #49CCBD;
}
.BgClassName
{
background-color: #49CCBD;
}
</style>
border-color css
<style>
span { border-color: #49CCBD; }
span { border-color: rgb(73,204,189); }
td.TdClassName
{
border-color: #49CCBD;
}
.TagClassName
{
border-color: #49CCBD;
}
</style>