Shades of Medium Turquoise #49C1C2
Tints of Medium Turquoise #49C1C2
RGB
CMYK
RGB Variations
Color information
#49C1C2 (or 0x49C1C2) is known color: Medium Turquoise. HEX triplet: 49, C1 and C2. RGB value is (73,193,194). Sum of RGB (Red+Green+Blue) = 73+193+194=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #49C1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1C2 is #B63E3D. Grayscale: #9D9D9D. Windows color (decimal): -11943486 or 12763465. OLE color: 12763465.
HSL color Cylindrical-coordinate representation of color #49C1C2: hue angle of 180.5º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C1C2 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 194 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.24 |
| HSL | 180.5º | 0.5% | 0.52% | - |
| HSV(B) | 180.5º | 0.62% | 0.76% | - |
| XYZ | 31.56 | 43.45 | 57.76 | - |
| YUV | 157.23 | 148.74 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 194 | 0.62 | 0.01 | 0 | 0.24 | 180.5 | 0.5 | 0.52 |
| Hex | 49 | C1 | C2 | 3E | 1 | 0 | 18 | B4 | 32 | 34 |
| Octal | 111 | 301 | 302 | 76 | 1 | 0 | 30 | 264 | 62 | 64 |
| Binary | 1001001 | 11000001 | 11000010 | 111110 | 1 | 0 | 11000 | 10110100 | 110010 | 110100 |
Color Harmonies of #49C1C2
Complementary color
Monochromatic Colors of #49C1C2
Black with #49C1C2
Text Example
Text Example
White with #49C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C1C2; }
p { color: rgb(73,193,194); }
H1.HeaderClassName
{
color: #49C1C2;
}
.AnyTagClassName
{
color: #49C1C2;
}
</style>
background-color css
<style>
a { background-color: #49C1C2; }
a { background-color: rgb(73,193,194); }
div.DivClassName
{
background-color: #49C1C2;
}
.BgClassName
{
background-color: #49C1C2;
}
</style>
border-color css
<style>
span { border-color: #49C1C2; }
span { border-color: rgb(73,193,194); }
td.TdClassName
{
border-color: #49C1C2;
}
.TagClassName
{
border-color: #49C1C2;
}
</style>