Shades of Medium Turquoise #4DCDCE
Tints of Medium Turquoise #4DCDCE
RGB
CMYK
RGB Variations
Color information
#4DCDCE (or 0x4DCDCE) is known color: Medium Turquoise. HEX triplet: 4D, CD and CE. RGB value is (77,205,206). Sum of RGB (Red+Green+Blue) = 77+205+206=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DCDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDCE is #B23231. Grayscale: #A6A6A6. Windows color (decimal): -11678258 or 13552973. OLE color: 13552973.
HSL color Cylindrical-coordinate representation of color #4DCDCE: hue angle of 180.47º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCDCE is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 205 | 206 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.19 |
| HSL | 180.47º | 0.57% | 0.55% | - |
| HSV(B) | 180.47º | 0.63% | 0.81% | - |
| XYZ | 36.03 | 49.7 | 66.09 | - |
| YUV | 166.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 206 | 0.63 | 0.00 | 0 | 0.19 | 180.47 | 0.57 | 0.55 |
| Hex | 4D | CD | CE | 3F | 0 | 0 | 13 | B4 | 39 | 37 |
| Octal | 115 | 315 | 316 | 77 | 0 | 0 | 23 | 264 | 71 | 67 |
| Binary | 1001101 | 11001101 | 11001110 | 111111 | 0 | 0 | 10011 | 10110100 | 111001 | 110111 |
Color Harmonies of #4DCDCE
Complementary color
Monochromatic Colors of #4DCDCE
Black with #4DCDCE
Text Example
Text Example
White with #4DCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCDCE; }
p { color: rgb(77,205,206); }
H1.HeaderClassName
{
color: #4DCDCE;
}
.AnyTagClassName
{
color: #4DCDCE;
}
</style>
background-color css
<style>
a { background-color: #4DCDCE; }
a { background-color: rgb(77,205,206); }
div.DivClassName
{
background-color: #4DCDCE;
}
.BgClassName
{
background-color: #4DCDCE;
}
</style>
border-color css
<style>
span { border-color: #4DCDCE; }
span { border-color: rgb(77,205,206); }
td.TdClassName
{
border-color: #4DCDCE;
}
.TagClassName
{
border-color: #4DCDCE;
}
</style>