Shades of Medium Turquoise #4DCDBE
Tints of Medium Turquoise #4DCDBE
RGB
CMYK
RGB Variations
Color information
#4DCDBE (or 0x4DCDBE) is known color: Medium Turquoise. HEX triplet: 4D, CD and BE. RGB value is (77,205,190). Sum of RGB (Red+Green+Blue) = 77+205+190=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDBE is #B23241. Grayscale: #A4A4A4. Windows color (decimal): -11678274 or 12504397. OLE color: 12504397.
HSL color Cylindrical-coordinate representation of color #4DCDBE: hue angle of 172.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCDBE is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 190 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.20 |
| HSL | 172.97º | 0.56% | 0.55% | - |
| HSV(B) | 172.97º | 0.62% | 0.8% | - |
| XYZ | 34.19 | 48.96 | 56.36 | - |
| YUV | 165.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 190 | 0.62 | 0 | 0.07 | 0.20 | 172.97 | 0.56 | 0.55 |
| Hex | 4D | CD | BE | 3E | 0 | 7 | 14 | AD | 38 | 37 |
| Octal | 115 | 315 | 276 | 76 | 0 | 7 | 24 | 255 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10111110 | 111110 | 0 | 111 | 10100 | 10101101 | 111000 | 110111 |
Color Harmonies of #4DCDBE
Complementary color
Monochromatic Colors of #4DCDBE
Black with #4DCDBE
Text Example
Text Example
White with #4DCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDBE; }
p { color: rgb(77,205,190); }
H1.HeaderClassName
{
color: #4DCDBE;
}
.AnyTagClassName
{
color: #4DCDBE;
}
</style>
background-color css
<style>
a { background-color: #4DCDBE; }
a { background-color: rgb(77,205,190); }
div.DivClassName
{
background-color: #4DCDBE;
}
.BgClassName
{
background-color: #4DCDBE;
}
</style>
border-color css
<style>
span { border-color: #4DCDBE; }
span { border-color: rgb(77,205,190); }
td.TdClassName
{
border-color: #4DCDBE;
}
.TagClassName
{
border-color: #4DCDBE;
}
</style>