Shades of Medium Turquoise #49CED6
Tints of Medium Turquoise #49CED6
RGB
CMYK
RGB Variations
Color information
#49CED6 (or 0x49CED6) is known color: Medium Turquoise. HEX triplet: 49, CE and D6. RGB value is (73,206,214). Sum of RGB (Red+Green+Blue) = 73+206+214=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #49CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CED6 is #B63129. Grayscale: #A6A6A6. Windows color (decimal): -11940138 or 14077513. OLE color: 14077513.
HSL color Cylindrical-coordinate representation of color #49CED6: hue angle of 183.4º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49CED6 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 206 | 214 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.16 |
| HSL | 183.4º | 0.63% | 0.56% | - |
| HSV(B) | 183.4º | 0.66% | 0.84% | - |
| XYZ | 36.96 | 50.41 | 71.4 | - |
| YUV | 167.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 214 | 0.66 | 0.04 | 0 | 0.16 | 183.4 | 0.63 | 0.56 |
| Hex | 49 | CE | D6 | 42 | 4 | 0 | 10 | B7 | 3F | 38 |
| Octal | 111 | 316 | 326 | 102 | 4 | 0 | 20 | 267 | 77 | 70 |
| Binary | 1001001 | 11001110 | 11010110 | 1000010 | 100 | 0 | 10000 | 10110111 | 111111 | 111000 |
Color Harmonies of #49CED6
Complementary color
Monochromatic Colors of #49CED6
Black with #49CED6
Text Example
Text Example
White with #49CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CED6; }
p { color: rgb(73,206,214); }
H1.HeaderClassName
{
color: #49CED6;
}
.AnyTagClassName
{
color: #49CED6;
}
</style>
background-color css
<style>
a { background-color: #49CED6; }
a { background-color: rgb(73,206,214); }
div.DivClassName
{
background-color: #49CED6;
}
.BgClassName
{
background-color: #49CED6;
}
</style>
border-color css
<style>
span { border-color: #49CED6; }
span { border-color: rgb(73,206,214); }
td.TdClassName
{
border-color: #49CED6;
}
.TagClassName
{
border-color: #49CED6;
}
</style>