Shades of Medium Turquoise #49CDD3
Tints of Medium Turquoise #49CDD3
RGB
CMYK
RGB Variations
Color information
#49CDD3 (or 0x49CDD3) is known color: Medium Turquoise. HEX triplet: 49, CD and D3. RGB value is (73,205,211). Sum of RGB (Red+Green+Blue) = 73+205+211=489 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.93% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #49CDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDD3 is #B6322C. Grayscale: #A6A6A6. Windows color (decimal): -11940397 or 13880649. OLE color: 13880649.
HSL color Cylindrical-coordinate representation of color #49CDD3: hue angle of 182.61º 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 #49CDD3 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 205 | 211 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.17 |
| HSL | 182.61º | 0.61% | 0.56% | - |
| HSV(B) | 182.61º | 0.65% | 0.83% | - |
| XYZ | 36.34 | 49.78 | 69.32 | - |
| YUV | 166.22 | 153.27 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 211 | 0.65 | 0.03 | 0 | 0.17 | 182.61 | 0.61 | 0.56 |
| Hex | 49 | CD | D3 | 41 | 3 | 0 | 11 | B7 | 3D | 38 |
| Octal | 111 | 315 | 323 | 101 | 3 | 0 | 21 | 267 | 75 | 70 |
| Binary | 1001001 | 11001101 | 11010011 | 1000001 | 11 | 0 | 10001 | 10110111 | 111101 | 111000 |
Color Harmonies of #49CDD3
Complementary color
Monochromatic Colors of #49CDD3
Black with #49CDD3
Text Example
Text Example
White with #49CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDD3; }
p { color: rgb(73,205,211); }
H1.HeaderClassName
{
color: #49CDD3;
}
.AnyTagClassName
{
color: #49CDD3;
}
</style>
background-color css
<style>
a { background-color: #49CDD3; }
a { background-color: rgb(73,205,211); }
div.DivClassName
{
background-color: #49CDD3;
}
.BgClassName
{
background-color: #49CDD3;
}
</style>
border-color css
<style>
span { border-color: #49CDD3; }
span { border-color: rgb(73,205,211); }
td.TdClassName
{
border-color: #49CDD3;
}
.TagClassName
{
border-color: #49CDD3;
}
</style>