Shades of Medium Turquoise #49CDDB
Tints of Medium Turquoise #49CDDB
RGB
CMYK
RGB Variations
Color information
#49CDDB (or 0x49CDDB) is known color: Medium Turquoise. HEX triplet: 49, CD and DB. RGB value is (73,205,219). Sum of RGB (Red+Green+Blue) = 73+205+219=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDDB is #B63224. Grayscale: #A6A6A6. Windows color (decimal): -11940389 or 14404937. OLE color: 14404937.
HSL color Cylindrical-coordinate representation of color #49CDDB: hue angle of 185.75º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CDDB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 205 | 219 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.14 |
| HSL | 185.75º | 0.67% | 0.57% | - |
| HSV(B) | 185.75º | 0.67% | 0.86% | - |
| XYZ | 37.37 | 50.19 | 74.74 | - |
| YUV | 167.13 | 157.27 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 219 | 0.67 | 0.06 | 0 | 0.14 | 185.75 | 0.67 | 0.57 |
| Hex | 49 | CD | DB | 43 | 6 | 0 | E | BA | 43 | 39 |
| Octal | 111 | 315 | 333 | 103 | 6 | 0 | 16 | 272 | 103 | 71 |
| Binary | 1001001 | 11001101 | 11011011 | 1000011 | 110 | 0 | 1110 | 10111010 | 1000011 | 111001 |
Color Harmonies of #49CDDB
Complementary color
Monochromatic Colors of #49CDDB
Black with #49CDDB
Text Example
Text Example
White with #49CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDDB; }
p { color: rgb(73,205,219); }
H1.HeaderClassName
{
color: #49CDDB;
}
.AnyTagClassName
{
color: #49CDDB;
}
</style>
background-color css
<style>
a { background-color: #49CDDB; }
a { background-color: rgb(73,205,219); }
div.DivClassName
{
background-color: #49CDDB;
}
.BgClassName
{
background-color: #49CDDB;
}
</style>
border-color css
<style>
span { border-color: #49CDDB; }
span { border-color: rgb(73,205,219); }
td.TdClassName
{
border-color: #49CDDB;
}
.TagClassName
{
border-color: #49CDDB;
}
</style>