Shades of Medium Turquoise #49CDD1
Tints of Medium Turquoise #49CDD1
RGB
CMYK
RGB Variations
Color information
#49CDD1 (or 0x49CDD1) is known color: Medium Turquoise. HEX triplet: 49, CD and D1. RGB value is (73,205,209). Sum of RGB (Red+Green+Blue) = 73+205+209=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #49CDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDD1 is #B6322E. Grayscale: #A5A5A5. Windows color (decimal): -11940399 or 13749577. OLE color: 13749577.
HSL color Cylindrical-coordinate representation of color #49CDD1: hue angle of 181.76º 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 #49CDD1 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 205 | 209 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.18 |
| HSL | 181.76º | 0.6% | 0.55% | - |
| HSV(B) | 181.76º | 0.65% | 0.82% | - |
| XYZ | 36.09 | 49.68 | 68.01 | - |
| YUV | 165.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 209 | 0.65 | 0.02 | 0 | 0.18 | 181.76 | 0.6 | 0.55 |
| Hex | 49 | CD | D1 | 41 | 2 | 0 | 12 | B6 | 3C | 37 |
| Octal | 111 | 315 | 321 | 101 | 2 | 0 | 22 | 266 | 74 | 67 |
| Binary | 1001001 | 11001101 | 11010001 | 1000001 | 10 | 0 | 10010 | 10110110 | 111100 | 110111 |
Color Harmonies of #49CDD1
Complementary color
Monochromatic Colors of #49CDD1
Black with #49CDD1
Text Example
Text Example
White with #49CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDD1; }
p { color: rgb(73,205,209); }
H1.HeaderClassName
{
color: #49CDD1;
}
.AnyTagClassName
{
color: #49CDD1;
}
</style>
background-color css
<style>
a { background-color: #49CDD1; }
a { background-color: rgb(73,205,209); }
div.DivClassName
{
background-color: #49CDD1;
}
.BgClassName
{
background-color: #49CDD1;
}
</style>
border-color css
<style>
span { border-color: #49CDD1; }
span { border-color: rgb(73,205,209); }
td.TdClassName
{
border-color: #49CDD1;
}
.TagClassName
{
border-color: #49CDD1;
}
</style>