Shades of Medium Turquoise #49C6DF
Tints of Medium Turquoise #49C6DF
RGB
CMYK
RGB Variations
Color information
#49C6DF (or 0x49C6DF) is known color: Medium Turquoise. HEX triplet: 49, C6 and DF. RGB value is (73,198,223). Sum of RGB (Red+Green+Blue) = 73+198+223=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #49C6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C6DF is #B63920. Grayscale: #A3A3A3. Windows color (decimal): -11942177 or 14665289. OLE color: 14665289.
HSL color Cylindrical-coordinate representation of color #49C6DF: hue angle of 190º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C6DF is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 198 | 223 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.13 |
| HSL | 190º | 0.7% | 0.58% | - |
| HSV(B) | 190º | 0.67% | 0.87% | - |
| XYZ | 36.26 | 47.13 | 77 | - |
| YUV | 163.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 223 | 0.67 | 0.11 | 0 | 0.13 | 190 | 0.7 | 0.58 |
| Hex | 49 | C6 | DF | 43 | B | 0 | D | BE | 46 | 3A |
| Octal | 111 | 306 | 337 | 103 | 13 | 0 | 15 | 276 | 106 | 72 |
| Binary | 1001001 | 11000110 | 11011111 | 1000011 | 1011 | 0 | 1101 | 10111110 | 1000110 | 111010 |
Color Harmonies of #49C6DF
Complementary color
Monochromatic Colors of #49C6DF
Black with #49C6DF
Text Example
Text Example
White with #49C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C6DF; }
p { color: rgb(73,198,223); }
H1.HeaderClassName
{
color: #49C6DF;
}
.AnyTagClassName
{
color: #49C6DF;
}
</style>
background-color css
<style>
a { background-color: #49C6DF; }
a { background-color: rgb(73,198,223); }
div.DivClassName
{
background-color: #49C6DF;
}
.BgClassName
{
background-color: #49C6DF;
}
</style>
border-color css
<style>
span { border-color: #49C6DF; }
span { border-color: rgb(73,198,223); }
td.TdClassName
{
border-color: #49C6DF;
}
.TagClassName
{
border-color: #49C6DF;
}
</style>