Shades of Medium Turquoise #49CEDF
Tints of Medium Turquoise #49CEDF
RGB
CMYK
RGB Variations
Color information
#49CEDF (or 0x49CEDF) is known color: Medium Turquoise. HEX triplet: 49, CE and DF. RGB value is (73,206,223). Sum of RGB (Red+Green+Blue) = 73+206+223=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #49CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEDF is #B63120. Grayscale: #A7A7A7. Windows color (decimal): -11940129 or 14667337. OLE color: 14667337.
HSL color Cylindrical-coordinate representation of color #49CEDF: hue angle of 186.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 #49CEDF is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 206 | 223 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.13 |
| HSL | 186.8º | 0.7% | 0.58% | - |
| HSV(B) | 186.8º | 0.67% | 0.87% | - |
| XYZ | 38.14 | 50.89 | 77.62 | - |
| YUV | 168.17 | 158.94 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 223 | 0.67 | 0.08 | 0 | 0.13 | 186.8 | 0.7 | 0.58 |
| Hex | 49 | CE | DF | 43 | 8 | 0 | D | BB | 46 | 3A |
| Octal | 111 | 316 | 337 | 103 | 10 | 0 | 15 | 273 | 106 | 72 |
| Binary | 1001001 | 11001110 | 11011111 | 1000011 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111010 |
Color Harmonies of #49CEDF
Complementary color
Monochromatic Colors of #49CEDF
Black with #49CEDF
Text Example
Text Example
White with #49CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEDF; }
p { color: rgb(73,206,223); }
H1.HeaderClassName
{
color: #49CEDF;
}
.AnyTagClassName
{
color: #49CEDF;
}
</style>
background-color css
<style>
a { background-color: #49CEDF; }
a { background-color: rgb(73,206,223); }
div.DivClassName
{
background-color: #49CEDF;
}
.BgClassName
{
background-color: #49CEDF;
}
</style>
border-color css
<style>
span { border-color: #49CEDF; }
span { border-color: rgb(73,206,223); }
td.TdClassName
{
border-color: #49CEDF;
}
.TagClassName
{
border-color: #49CEDF;
}
</style>