Shades of Medium Turquoise #4DCCD6
Tints of Medium Turquoise #4DCCD6
RGB
CMYK
RGB Variations
Color information
#4DCCD6 (or 0x4DCCD6) is known color: Medium Turquoise. HEX triplet: 4D, CC and D6. RGB value is (77,204,214). Sum of RGB (Red+Green+Blue) = 77+204+214=495 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.56% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #4DCCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCD6 is #B23329. Grayscale: #A7A7A7. Windows color (decimal): -11678506 or 14077005. OLE color: 14077005.
HSL color Cylindrical-coordinate representation of color #4DCCD6: hue angle of 184.38º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DCCD6 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 204 | 214 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.16 |
| HSL | 184.38º | 0.63% | 0.57% | - |
| HSV(B) | 184.38º | 0.64% | 0.84% | - |
| XYZ | 36.79 | 49.62 | 71.26 | - |
| YUV | 167.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 214 | 0.64 | 0.05 | 0 | 0.16 | 184.38 | 0.63 | 0.57 |
| Hex | 4D | CC | D6 | 40 | 5 | 0 | 10 | B8 | 3F | 39 |
| Octal | 115 | 314 | 326 | 100 | 5 | 0 | 20 | 270 | 77 | 71 |
| Binary | 1001101 | 11001100 | 11010110 | 1000000 | 101 | 0 | 10000 | 10111000 | 111111 | 111001 |
Color Harmonies of #4DCCD6
Complementary color
Monochromatic Colors of #4DCCD6
Black with #4DCCD6
Text Example
Text Example
White with #4DCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCD6; }
p { color: rgb(77,204,214); }
H1.HeaderClassName
{
color: #4DCCD6;
}
.AnyTagClassName
{
color: #4DCCD6;
}
</style>
background-color css
<style>
a { background-color: #4DCCD6; }
a { background-color: rgb(77,204,214); }
div.DivClassName
{
background-color: #4DCCD6;
}
.BgClassName
{
background-color: #4DCCD6;
}
</style>
border-color css
<style>
span { border-color: #4DCCD6; }
span { border-color: rgb(77,204,214); }
td.TdClassName
{
border-color: #4DCCD6;
}
.TagClassName
{
border-color: #4DCCD6;
}
</style>