Shades of Medium Turquoise #49CDD7
Tints of Medium Turquoise #49CDD7
RGB
CMYK
RGB Variations
Color information
#49CDD7 (or 0x49CDD7) is known color: Medium Turquoise. HEX triplet: 49, CD and D7. RGB value is (73,205,215). Sum of RGB (Red+Green+Blue) = 73+205+215=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #49CDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDD7 is #B63228. Grayscale: #A6A6A6. Windows color (decimal): -11940393 or 14142793. OLE color: 14142793.
HSL color Cylindrical-coordinate representation of color #49CDD7: hue angle of 184.23º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49CDD7 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 205 | 215 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.16 |
| HSL | 184.23º | 0.64% | 0.56% | - |
| HSV(B) | 184.23º | 0.66% | 0.84% | - |
| XYZ | 36.84 | 49.99 | 72 | - |
| YUV | 166.67 | 155.27 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 215 | 0.66 | 0.05 | 0 | 0.16 | 184.23 | 0.64 | 0.56 |
| Hex | 49 | CD | D7 | 42 | 5 | 0 | 10 | B8 | 40 | 38 |
| Octal | 111 | 315 | 327 | 102 | 5 | 0 | 20 | 270 | 100 | 70 |
| Binary | 1001001 | 11001101 | 11010111 | 1000010 | 101 | 0 | 10000 | 10111000 | 1000000 | 111000 |
Color Harmonies of #49CDD7
Complementary color
Monochromatic Colors of #49CDD7
Black with #49CDD7
Text Example
Text Example
White with #49CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDD7; }
p { color: rgb(73,205,215); }
H1.HeaderClassName
{
color: #49CDD7;
}
.AnyTagClassName
{
color: #49CDD7;
}
</style>
background-color css
<style>
a { background-color: #49CDD7; }
a { background-color: rgb(73,205,215); }
div.DivClassName
{
background-color: #49CDD7;
}
.BgClassName
{
background-color: #49CDD7;
}
</style>
border-color css
<style>
span { border-color: #49CDD7; }
span { border-color: rgb(73,205,215); }
td.TdClassName
{
border-color: #49CDD7;
}
.TagClassName
{
border-color: #49CDD7;
}
</style>