Shades of Medium Turquoise #4DCDCF
Tints of Medium Turquoise #4DCDCF
RGB
CMYK
RGB Variations
Color information
#4DCDCF (or 0x4DCDCF) is known color: Medium Turquoise. HEX triplet: 4D, CD and CF. RGB value is (77,205,207). Sum of RGB (Red+Green+Blue) = 77+205+207=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DCDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDCF is #B23230. Grayscale: #A6A6A6. Windows color (decimal): -11678257 or 13618509. OLE color: 13618509.
HSL color Cylindrical-coordinate representation of color #4DCDCF: hue angle of 180.92º 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 #4DCDCF is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 205 | 207 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.19 |
| HSL | 180.92º | 0.58% | 0.56% | - |
| HSV(B) | 180.92º | 0.63% | 0.81% | - |
| XYZ | 36.15 | 49.75 | 66.73 | - |
| YUV | 166.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 207 | 0.63 | 0.01 | 0 | 0.19 | 180.92 | 0.58 | 0.56 |
| Hex | 4D | CD | CF | 3F | 1 | 0 | 13 | B5 | 3A | 38 |
| Octal | 115 | 315 | 317 | 77 | 1 | 0 | 23 | 265 | 72 | 70 |
| Binary | 1001101 | 11001101 | 11001111 | 111111 | 1 | 0 | 10011 | 10110101 | 111010 | 111000 |
Color Harmonies of #4DCDCF
Complementary color
Monochromatic Colors of #4DCDCF
Black with #4DCDCF
Text Example
Text Example
White with #4DCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDCF; }
p { color: rgb(77,205,207); }
H1.HeaderClassName
{
color: #4DCDCF;
}
.AnyTagClassName
{
color: #4DCDCF;
}
</style>
background-color css
<style>
a { background-color: #4DCDCF; }
a { background-color: rgb(77,205,207); }
div.DivClassName
{
background-color: #4DCDCF;
}
.BgClassName
{
background-color: #4DCDCF;
}
</style>
border-color css
<style>
span { border-color: #4DCDCF; }
span { border-color: rgb(77,205,207); }
td.TdClassName
{
border-color: #4DCDCF;
}
.TagClassName
{
border-color: #4DCDCF;
}
</style>