Shades of Medium Turquoise #4DCCBF
Tints of Medium Turquoise #4DCCBF
RGB
CMYK
RGB Variations
Color information
#4DCCBF (or 0x4DCCBF) is known color: Medium Turquoise. HEX triplet: 4D, CC and BF. RGB value is (77,204,191). Sum of RGB (Red+Green+Blue) = 77+204+191=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #4DCCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCBF is #B23340. Grayscale: #A4A4A4. Windows color (decimal): -11678529 or 12569677. OLE color: 12569677.
HSL color Cylindrical-coordinate representation of color #4DCCBF: hue angle of 173.86º 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 #4DCCBF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 77 | 204 | 191 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.2 |
| HSL | 173.86º | 0.55% | 0.55% | - |
| HSV(B) | 173.86º | 0.62% | 0.8% | - |
| XYZ | 34.06 | 48.53 | 56.86 | - |
| YUV | 164.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 191 | 0.62 | 0 | 0.06 | 0.2 | 173.86 | 0.55 | 0.55 |
| Hex | 4D | CC | BF | 3E | 0 | 6 | 14 | AE | 37 | 37 |
| Octal | 115 | 314 | 277 | 76 | 0 | 6 | 24 | 256 | 67 | 67 |
| Binary | 1001101 | 11001100 | 10111111 | 111110 | 0 | 110 | 10100 | 10101110 | 110111 | 110111 |
Color Harmonies of #4DCCBF
Complementary color
Monochromatic Colors of #4DCCBF
Black with #4DCCBF
Text Example
Text Example
White with #4DCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCBF; }
p { color: rgb(77,204,191); }
H1.HeaderClassName
{
color: #4DCCBF;
}
.AnyTagClassName
{
color: #4DCCBF;
}
</style>
background-color css
<style>
a { background-color: #4DCCBF; }
a { background-color: rgb(77,204,191); }
div.DivClassName
{
background-color: #4DCCBF;
}
.BgClassName
{
background-color: #4DCCBF;
}
</style>
border-color css
<style>
span { border-color: #4DCCBF; }
span { border-color: rgb(77,204,191); }
td.TdClassName
{
border-color: #4DCCBF;
}
.TagClassName
{
border-color: #4DCCBF;
}
</style>