Shades of Medium Turquoise #49CFD1
Tints of Medium Turquoise #49CFD1
RGB
CMYK
RGB Variations
Color information
#49CFD1 (or 0x49CFD1) is known color: Medium Turquoise. HEX triplet: 49, CF and D1. RGB value is (73,207,209). Sum of RGB (Red+Green+Blue) = 73+207+209=489 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.93% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #49CFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFD1 is #B6302E. Grayscale: #A7A7A7. Windows color (decimal): -11939887 or 13750089. OLE color: 13750089.
HSL color Cylindrical-coordinate representation of color #49CFD1: hue angle of 180.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFD1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 207 | 209 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.18 |
| HSL | 180.88º | 0.6% | 0.55% | - |
| HSV(B) | 180.88º | 0.65% | 0.82% | - |
| XYZ | 36.57 | 50.65 | 68.17 | - |
| YUV | 167.16 | 151.61 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 209 | 0.65 | 0.01 | 0 | 0.18 | 180.88 | 0.6 | 0.55 |
| Hex | 49 | CF | D1 | 41 | 1 | 0 | 12 | B5 | 3C | 37 |
| Octal | 111 | 317 | 321 | 101 | 1 | 0 | 22 | 265 | 74 | 67 |
| Binary | 1001001 | 11001111 | 11010001 | 1000001 | 1 | 0 | 10010 | 10110101 | 111100 | 110111 |
Color Harmonies of #49CFD1
Complementary color
Monochromatic Colors of #49CFD1
Black with #49CFD1
Text Example
Text Example
White with #49CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CFD1; }
p { color: rgb(73,207,209); }
H1.HeaderClassName
{
color: #49CFD1;
}
.AnyTagClassName
{
color: #49CFD1;
}
</style>
background-color css
<style>
a { background-color: #49CFD1; }
a { background-color: rgb(73,207,209); }
div.DivClassName
{
background-color: #49CFD1;
}
.BgClassName
{
background-color: #49CFD1;
}
</style>
border-color css
<style>
span { border-color: #49CFD1; }
span { border-color: rgb(73,207,209); }
td.TdClassName
{
border-color: #49CFD1;
}
.TagClassName
{
border-color: #49CFD1;
}
</style>