Shades of Medium Turquoise #49CFB6
Tints of Medium Turquoise #49CFB6
RGB
CMYK
RGB Variations
Color information
#49CFB6 (or 0x49CFB6) is known color: Medium Turquoise. HEX triplet: 49, CF and B6. RGB value is (73,207,182). Sum of RGB (Red+Green+Blue) = 73+207+182=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFB6 is #B63049. Grayscale: #A4A4A4. Windows color (decimal): -11939914 or 11980617. OLE color: 11980617.
HSL color Cylindrical-coordinate representation of color #49CFB6: hue angle of 168.81º 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 #49CFB6 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 182 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.19 |
| HSL | 168.81º | 0.58% | 0.55% | - |
| HSV(B) | 168.81º | 0.65% | 0.81% | - |
| XYZ | 33.5 | 49.42 | 52.03 | - |
| YUV | 164.08 | 138.11 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 182 | 0.65 | 0 | 0.12 | 0.19 | 168.81 | 0.58 | 0.55 |
| Hex | 49 | CF | B6 | 41 | 0 | C | 13 | A9 | 3A | 37 |
| Octal | 111 | 317 | 266 | 101 | 0 | 14 | 23 | 251 | 72 | 67 |
| Binary | 1001001 | 11001111 | 10110110 | 1000001 | 0 | 1100 | 10011 | 10101001 | 111010 | 110111 |
Color Harmonies of #49CFB6
Complementary color
Monochromatic Colors of #49CFB6
Black with #49CFB6
Text Example
Text Example
White with #49CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFB6; }
p { color: rgb(73,207,182); }
H1.HeaderClassName
{
color: #49CFB6;
}
.AnyTagClassName
{
color: #49CFB6;
}
</style>
background-color css
<style>
a { background-color: #49CFB6; }
a { background-color: rgb(73,207,182); }
div.DivClassName
{
background-color: #49CFB6;
}
.BgClassName
{
background-color: #49CFB6;
}
</style>
border-color css
<style>
span { border-color: #49CFB6; }
span { border-color: rgb(73,207,182); }
td.TdClassName
{
border-color: #49CFB6;
}
.TagClassName
{
border-color: #49CFB6;
}
</style>