Shades of Medium Turquoise #49CFD3
Tints of Medium Turquoise #49CFD3
RGB
CMYK
RGB Variations
Color information
#49CFD3 (or 0x49CFD3) is known color: Medium Turquoise. HEX triplet: 49, CF and D3. RGB value is (73,207,211). Sum of RGB (Red+Green+Blue) = 73+207+211=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #49CFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFD3 is #B6302C. Grayscale: #A7A7A7. Windows color (decimal): -11939885 or 13881161. OLE color: 13881161.
HSL color Cylindrical-coordinate representation of color #49CFD3: hue angle of 181.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFD3 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 207 | 211 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.17 |
| HSL | 181.74º | 0.61% | 0.56% | - |
| HSV(B) | 181.74º | 0.65% | 0.83% | - |
| XYZ | 36.82 | 50.75 | 69.48 | - |
| YUV | 167.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 211 | 0.65 | 0.02 | 0 | 0.17 | 181.74 | 0.61 | 0.56 |
| Hex | 49 | CF | D3 | 41 | 2 | 0 | 11 | B6 | 3D | 38 |
| Octal | 111 | 317 | 323 | 101 | 2 | 0 | 21 | 266 | 75 | 70 |
| Binary | 1001001 | 11001111 | 11010011 | 1000001 | 10 | 0 | 10001 | 10110110 | 111101 | 111000 |
Color Harmonies of #49CFD3
Complementary color
Monochromatic Colors of #49CFD3
Black with #49CFD3
Text Example
Text Example
White with #49CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFD3; }
p { color: rgb(73,207,211); }
H1.HeaderClassName
{
color: #49CFD3;
}
.AnyTagClassName
{
color: #49CFD3;
}
</style>
background-color css
<style>
a { background-color: #49CFD3; }
a { background-color: rgb(73,207,211); }
div.DivClassName
{
background-color: #49CFD3;
}
.BgClassName
{
background-color: #49CFD3;
}
</style>
border-color css
<style>
span { border-color: #49CFD3; }
span { border-color: rgb(73,207,211); }
td.TdClassName
{
border-color: #49CFD3;
}
.TagClassName
{
border-color: #49CFD3;
}
</style>