Shades of Medium Turquoise #4DCFBB
Tints of Medium Turquoise #4DCFBB
RGB
CMYK
RGB Variations
Color information
#4DCFBB (or 0x4DCFBB) is known color: Medium Turquoise. HEX triplet: 4D, CF and BB. RGB value is (77,207,187). Sum of RGB (Red+Green+Blue) = 77+207+187=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFBB is #B23044. Grayscale: #A5A5A5. Windows color (decimal): -11677765 or 12308301. OLE color: 12308301.
HSL color Cylindrical-coordinate representation of color #4DCFBB: hue angle of 170.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCFBB is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 187 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.19 |
| HSL | 170.77º | 0.58% | 0.56% | - |
| HSV(B) | 170.77º | 0.63% | 0.81% | - |
| XYZ | 34.34 | 49.79 | 54.81 | - |
| YUV | 165.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 187 | 0.63 | 0 | 0.10 | 0.19 | 170.77 | 0.58 | 0.56 |
| Hex | 4D | CF | BB | 3F | 0 | A | 13 | AB | 3A | 38 |
| Octal | 115 | 317 | 273 | 77 | 0 | 12 | 23 | 253 | 72 | 70 |
| Binary | 1001101 | 11001111 | 10111011 | 111111 | 0 | 1010 | 10011 | 10101011 | 111010 | 111000 |
Color Harmonies of #4DCFBB
Complementary color
Monochromatic Colors of #4DCFBB
Black with #4DCFBB
Text Example
Text Example
White with #4DCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFBB; }
p { color: rgb(77,207,187); }
H1.HeaderClassName
{
color: #4DCFBB;
}
.AnyTagClassName
{
color: #4DCFBB;
}
</style>
background-color css
<style>
a { background-color: #4DCFBB; }
a { background-color: rgb(77,207,187); }
div.DivClassName
{
background-color: #4DCFBB;
}
.BgClassName
{
background-color: #4DCFBB;
}
</style>
border-color css
<style>
span { border-color: #4DCFBB; }
span { border-color: rgb(77,207,187); }
td.TdClassName
{
border-color: #4DCFBB;
}
.TagClassName
{
border-color: #4DCFBB;
}
</style>