Shades of Medium Turquoise #49D8DF
Tints of Medium Turquoise #49D8DF
RGB
CMYK
RGB Variations
Color information
#49D8DF (or 0x49D8DF) is known color: Medium Turquoise. HEX triplet: 49, D8 and DF. RGB value is (73,216,223). Sum of RGB (Red+Green+Blue) = 73+216+223=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #49D8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D8DF is #B62720. Grayscale: #ADADAD. Windows color (decimal): -11937569 or 14669897. OLE color: 14669897.
HSL color Cylindrical-coordinate representation of color #49D8DF: hue angle of 182.8º 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 #49D8DF is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 216 | 223 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.13 |
| HSL | 182.8º | 0.7% | 0.58% | - |
| HSV(B) | 182.8º | 0.67% | 0.87% | - |
| XYZ | 40.62 | 55.86 | 78.45 | - |
| YUV | 174.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 223 | 0.67 | 0.03 | 0 | 0.13 | 182.8 | 0.7 | 0.58 |
| Hex | 49 | D8 | DF | 43 | 3 | 0 | D | B7 | 46 | 3A |
| Octal | 111 | 330 | 337 | 103 | 3 | 0 | 15 | 267 | 106 | 72 |
| Binary | 1001001 | 11011000 | 11011111 | 1000011 | 11 | 0 | 1101 | 10110111 | 1000110 | 111010 |
Color Harmonies of #49D8DF
Complementary color
Monochromatic Colors of #49D8DF
Black with #49D8DF
Text Example
Text Example
White with #49D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D8DF; }
p { color: rgb(73,216,223); }
H1.HeaderClassName
{
color: #49D8DF;
}
.AnyTagClassName
{
color: #49D8DF;
}
</style>
background-color css
<style>
a { background-color: #49D8DF; }
a { background-color: rgb(73,216,223); }
div.DivClassName
{
background-color: #49D8DF;
}
.BgClassName
{
background-color: #49D8DF;
}
</style>
border-color css
<style>
span { border-color: #49D8DF; }
span { border-color: rgb(73,216,223); }
td.TdClassName
{
border-color: #49D8DF;
}
.TagClassName
{
border-color: #49D8DF;
}
</style>