Shades of Medium Turquoise #49CDCD
Tints of Medium Turquoise #49CDCD
RGB
CMYK
RGB Variations
Color information
#49CDCD (or 0x49CDCD) is known color: Medium Turquoise. HEX triplet: 49, CD and CD. RGB value is (73,205,205). Sum of RGB (Red+Green+Blue) = 73+205+205=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #49CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDCD is #B63232. Grayscale: #A5A5A5. Windows color (decimal): -11940403 or 13487433. OLE color: 13487433.
HSL color Cylindrical-coordinate representation of color #49CDCD: hue angle of 180º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDCD is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 205 | - |
| CMYK | 0.64 | 0 | 0 | 0.20 |
| HSL | 180º | 0.57% | 0.55% | - |
| HSV(B) | 180º | 0.64% | 0.8% | - |
| XYZ | 35.6 | 49.49 | 65.43 | - |
| YUV | 165.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 205 | 0.64 | 0 | 0 | 0.20 | 180 | 0.57 | 0.55 |
| Hex | 49 | CD | CD | 40 | 0 | 0 | 14 | B4 | 39 | 37 |
| Octal | 111 | 315 | 315 | 100 | 0 | 0 | 24 | 264 | 71 | 67 |
| Binary | 1001001 | 11001101 | 11001101 | 1000000 | 0 | 0 | 10100 | 10110100 | 111001 | 110111 |
Color Harmonies of #49CDCD
Complementary color
Monochromatic Colors of #49CDCD
Black with #49CDCD
Text Example
Text Example
White with #49CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CDCD; }
p { color: rgb(73,205,205); }
H1.HeaderClassName
{
color: #49CDCD;
}
.AnyTagClassName
{
color: #49CDCD;
}
</style>
background-color css
<style>
a { background-color: #49CDCD; }
a { background-color: rgb(73,205,205); }
div.DivClassName
{
background-color: #49CDCD;
}
.BgClassName
{
background-color: #49CDCD;
}
</style>
border-color css
<style>
span { border-color: #49CDCD; }
span { border-color: rgb(73,205,205); }
td.TdClassName
{
border-color: #49CDCD;
}
.TagClassName
{
border-color: #49CDCD;
}
</style>