Shades of Medium Turquoise #4DCDB4
Tints of Medium Turquoise #4DCDB4
RGB
CMYK
RGB Variations
Color information
#4DCDB4 (or 0x4DCDB4) is known color: Medium Turquoise. HEX triplet: 4D, CD and B4. RGB value is (77,205,180). Sum of RGB (Red+Green+Blue) = 77+205+180=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDB4 is #B2324B. Grayscale: #A3A3A3. Windows color (decimal): -11678284 or 11849037. OLE color: 11849037.
HSL color Cylindrical-coordinate representation of color #4DCDB4: hue angle of 168.28º 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 #4DCDB4 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 180 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.20 |
| HSL | 168.28º | 0.56% | 0.55% | - |
| HSV(B) | 168.28º | 0.62% | 0.8% | - |
| XYZ | 33.13 | 48.54 | 50.8 | - |
| YUV | 163.88 | 137.09 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 180 | 0.62 | 0 | 0.12 | 0.20 | 168.28 | 0.56 | 0.55 |
| Hex | 4D | CD | B4 | 3E | 0 | C | 14 | A8 | 38 | 37 |
| Octal | 115 | 315 | 264 | 76 | 0 | 14 | 24 | 250 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10110100 | 111110 | 0 | 1100 | 10100 | 10101000 | 111000 | 110111 |
Color Harmonies of #4DCDB4
Complementary color
Monochromatic Colors of #4DCDB4
Black with #4DCDB4
Text Example
Text Example
White with #4DCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDB4; }
p { color: rgb(77,205,180); }
H1.HeaderClassName
{
color: #4DCDB4;
}
.AnyTagClassName
{
color: #4DCDB4;
}
</style>
background-color css
<style>
a { background-color: #4DCDB4; }
a { background-color: rgb(77,205,180); }
div.DivClassName
{
background-color: #4DCDB4;
}
.BgClassName
{
background-color: #4DCDB4;
}
</style>
border-color css
<style>
span { border-color: #4DCDB4; }
span { border-color: rgb(77,205,180); }
td.TdClassName
{
border-color: #4DCDB4;
}
.TagClassName
{
border-color: #4DCDB4;
}
</style>