Shades of Medium Turquoise #4DCABB
Tints of Medium Turquoise #4DCABB
RGB
CMYK
RGB Variations
Color information
#4DCABB (or 0x4DCABB) is known color: Medium Turquoise. HEX triplet: 4D, CA and BB. RGB value is (77,202,187). Sum of RGB (Red+Green+Blue) = 77+202+187=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCABB is #B23544. Grayscale: #A2A2A2. Windows color (decimal): -11679045 or 12307021. OLE color: 12307021.
HSL color Cylindrical-coordinate representation of color #4DCABB: hue angle of 172.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCABB is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 187 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.21 |
| HSL | 172.8º | 0.54% | 0.55% | - |
| HSV(B) | 172.8º | 0.62% | 0.79% | - |
| XYZ | 33.15 | 47.41 | 54.42 | - |
| YUV | 162.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 187 | 0.62 | 0 | 0.07 | 0.21 | 172.8 | 0.54 | 0.55 |
| Hex | 4D | CA | BB | 3E | 0 | 7 | 15 | AD | 36 | 37 |
| Octal | 115 | 312 | 273 | 76 | 0 | 7 | 25 | 255 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10111011 | 111110 | 0 | 111 | 10101 | 10101101 | 110110 | 110111 |
Color Harmonies of #4DCABB
Complementary color
Monochromatic Colors of #4DCABB
Black with #4DCABB
Text Example
Text Example
White with #4DCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCABB; }
p { color: rgb(77,202,187); }
H1.HeaderClassName
{
color: #4DCABB;
}
.AnyTagClassName
{
color: #4DCABB;
}
</style>
background-color css
<style>
a { background-color: #4DCABB; }
a { background-color: rgb(77,202,187); }
div.DivClassName
{
background-color: #4DCABB;
}
.BgClassName
{
background-color: #4DCABB;
}
</style>
border-color css
<style>
span { border-color: #4DCABB; }
span { border-color: rgb(77,202,187); }
td.TdClassName
{
border-color: #4DCABB;
}
.TagClassName
{
border-color: #4DCABB;
}
</style>