Shades of Medium Turquoise #4DCDD0
Tints of Medium Turquoise #4DCDD0
RGB
CMYK
RGB Variations
Color information
#4DCDD0 (or 0x4DCDD0) is known color: Medium Turquoise. HEX triplet: 4D, CD and D0. RGB value is (77,205,208). Sum of RGB (Red+Green+Blue) = 77+205+208=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #4DCDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDD0 is #B2322F. Grayscale: #A6A6A6. Windows color (decimal): -11678256 or 13684045. OLE color: 13684045.
HSL color Cylindrical-coordinate representation of color #4DCDD0: hue angle of 181.37º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCDD0 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 205 | 208 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.18 |
| HSL | 181.37º | 0.58% | 0.56% | - |
| HSV(B) | 181.37º | 0.63% | 0.82% | - |
| XYZ | 36.28 | 49.79 | 67.37 | - |
| YUV | 167.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 208 | 0.63 | 0.01 | 0 | 0.18 | 181.37 | 0.58 | 0.56 |
| Hex | 4D | CD | D0 | 3F | 1 | 0 | 12 | B5 | 3A | 38 |
| Octal | 115 | 315 | 320 | 77 | 1 | 0 | 22 | 265 | 72 | 70 |
| Binary | 1001101 | 11001101 | 11010000 | 111111 | 1 | 0 | 10010 | 10110101 | 111010 | 111000 |
Color Harmonies of #4DCDD0
Complementary color
Monochromatic Colors of #4DCDD0
Black with #4DCDD0
Text Example
Text Example
White with #4DCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDD0; }
p { color: rgb(77,205,208); }
H1.HeaderClassName
{
color: #4DCDD0;
}
.AnyTagClassName
{
color: #4DCDD0;
}
</style>
background-color css
<style>
a { background-color: #4DCDD0; }
a { background-color: rgb(77,205,208); }
div.DivClassName
{
background-color: #4DCDD0;
}
.BgClassName
{
background-color: #4DCDD0;
}
</style>
border-color css
<style>
span { border-color: #4DCDD0; }
span { border-color: rgb(77,205,208); }
td.TdClassName
{
border-color: #4DCDD0;
}
.TagClassName
{
border-color: #4DCDD0;
}
</style>