Shades of Medium Turquoise #49D3DF
Tints of Medium Turquoise #49D3DF
RGB
CMYK
RGB Variations
Color information
#49D3DF (or 0x49D3DF) is known color: Medium Turquoise. HEX triplet: 49, D3 and DF. RGB value is (73,211,223). Sum of RGB (Red+Green+Blue) = 73+211+223=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #49D3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D3DF is #B62C20. Grayscale: #AAAAAA. Windows color (decimal): -11938849 or 14668617. OLE color: 14668617.
HSL color Cylindrical-coordinate representation of color #49D3DF: hue angle of 184.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 #49D3DF is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 211 | 223 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.13 |
| HSL | 184.8º | 0.7% | 0.58% | - |
| HSV(B) | 184.8º | 0.67% | 0.87% | - |
| XYZ | 39.36 | 53.33 | 78.03 | - |
| YUV | 171.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 211 | 223 | 0.67 | 0.05 | 0 | 0.13 | 184.8 | 0.7 | 0.58 |
| Hex | 49 | D3 | DF | 43 | 5 | 0 | D | B9 | 46 | 3A |
| Octal | 111 | 323 | 337 | 103 | 5 | 0 | 15 | 271 | 106 | 72 |
| Binary | 1001001 | 11010011 | 11011111 | 1000011 | 101 | 0 | 1101 | 10111001 | 1000110 | 111010 |
Color Harmonies of #49D3DF
Complementary color
Monochromatic Colors of #49D3DF
Black with #49D3DF
Text Example
Text Example
White with #49D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D3DF; }
p { color: rgb(73,211,223); }
H1.HeaderClassName
{
color: #49D3DF;
}
.AnyTagClassName
{
color: #49D3DF;
}
</style>
background-color css
<style>
a { background-color: #49D3DF; }
a { background-color: rgb(73,211,223); }
div.DivClassName
{
background-color: #49D3DF;
}
.BgClassName
{
background-color: #49D3DF;
}
</style>
border-color css
<style>
span { border-color: #49D3DF; }
span { border-color: rgb(73,211,223); }
td.TdClassName
{
border-color: #49D3DF;
}
.TagClassName
{
border-color: #49D3DF;
}
</style>