Shades of Medium Turquoise #4DCBBD
Tints of Medium Turquoise #4DCBBD
RGB
CMYK
RGB Variations
Color information
#4DCBBD (or 0x4DCBBD) is known color: Medium Turquoise. HEX triplet: 4D, CB and BD. RGB value is (77,203,189). Sum of RGB (Red+Green+Blue) = 77+203+189=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCBBD is #B23442. Grayscale: #A3A3A3. Windows color (decimal): -11678787 or 12438349. OLE color: 12438349.
HSL color Cylindrical-coordinate representation of color #4DCBBD: hue angle of 173.33º degrees, saturation: 0.55, 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 #4DCBBD is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 189 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.20 |
| HSL | 173.33º | 0.55% | 0.55% | - |
| HSV(B) | 173.33º | 0.62% | 0.8% | - |
| XYZ | 33.6 | 47.96 | 55.63 | - |
| YUV | 163.73 | 142.26 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 189 | 0.62 | 0 | 0.07 | 0.20 | 173.33 | 0.55 | 0.55 |
| Hex | 4D | CB | BD | 3E | 0 | 7 | 14 | AD | 37 | 37 |
| Octal | 115 | 313 | 275 | 76 | 0 | 7 | 24 | 255 | 67 | 67 |
| Binary | 1001101 | 11001011 | 10111101 | 111110 | 0 | 111 | 10100 | 10101101 | 110111 | 110111 |
Color Harmonies of #4DCBBD
Complementary color
Monochromatic Colors of #4DCBBD
Black with #4DCBBD
Text Example
Text Example
White with #4DCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBBD; }
p { color: rgb(77,203,189); }
H1.HeaderClassName
{
color: #4DCBBD;
}
.AnyTagClassName
{
color: #4DCBBD;
}
</style>
background-color css
<style>
a { background-color: #4DCBBD; }
a { background-color: rgb(77,203,189); }
div.DivClassName
{
background-color: #4DCBBD;
}
.BgClassName
{
background-color: #4DCBBD;
}
</style>
border-color css
<style>
span { border-color: #4DCBBD; }
span { border-color: rgb(77,203,189); }
td.TdClassName
{
border-color: #4DCBBD;
}
.TagClassName
{
border-color: #4DCBBD;
}
</style>