Shades of Medium Turquoise #49CFDC
Tints of Medium Turquoise #49CFDC
RGB
CMYK
RGB Variations
Color information
#49CFDC (or 0x49CFDC) is known color: Medium Turquoise. HEX triplet: 49, CF and DC. RGB value is (73,207,220). Sum of RGB (Red+Green+Blue) = 73+207+220=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #49CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFDC is #B63023. Grayscale: #A8A8A8. Windows color (decimal): -11939876 or 14470985. OLE color: 14470985.
HSL color Cylindrical-coordinate representation of color #49CFDC: hue angle of 185.31º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CFDC is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 207 | 220 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.14 |
| HSL | 185.31º | 0.68% | 0.57% | - |
| HSV(B) | 185.31º | 0.67% | 0.86% | - |
| XYZ | 37.98 | 51.21 | 75.59 | - |
| YUV | 168.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 220 | 0.67 | 0.06 | 0 | 0.14 | 185.31 | 0.68 | 0.57 |
| Hex | 49 | CF | DC | 43 | 6 | 0 | E | B9 | 44 | 39 |
| Octal | 111 | 317 | 334 | 103 | 6 | 0 | 16 | 271 | 104 | 71 |
| Binary | 1001001 | 11001111 | 11011100 | 1000011 | 110 | 0 | 1110 | 10111001 | 1000100 | 111001 |
Color Harmonies of #49CFDC
Complementary color
Monochromatic Colors of #49CFDC
Black with #49CFDC
Text Example
Text Example
White with #49CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFDC; }
p { color: rgb(73,207,220); }
H1.HeaderClassName
{
color: #49CFDC;
}
.AnyTagClassName
{
color: #49CFDC;
}
</style>
background-color css
<style>
a { background-color: #49CFDC; }
a { background-color: rgb(73,207,220); }
div.DivClassName
{
background-color: #49CFDC;
}
.BgClassName
{
background-color: #49CFDC;
}
</style>
border-color css
<style>
span { border-color: #49CFDC; }
span { border-color: rgb(73,207,220); }
td.TdClassName
{
border-color: #49CFDC;
}
.TagClassName
{
border-color: #49CFDC;
}
</style>