Shades of Medium Turquoise #4DC5D2
Tints of Medium Turquoise #4DC5D2
RGB
CMYK
RGB Variations
Color information
#4DC5D2 (or 0x4DC5D2) is known color: Medium Turquoise. HEX triplet: 4D, C5 and D2. RGB value is (77,197,210). Sum of RGB (Red+Green+Blue) = 77+197+210=484 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.91% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #4DC5D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC5D2 is #B23A2D. Grayscale: #A2A2A2. Windows color (decimal): -11680302 or 13813069. OLE color: 13813069.
HSL color Cylindrical-coordinate representation of color #4DC5D2: hue angle of 185.86º degrees, saturation: 0.6, 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 #4DC5D2 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 197 | 210 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.18 |
| HSL | 185.86º | 0.6% | 0.56% | - |
| HSV(B) | 185.86º | 0.63% | 0.82% | - |
| XYZ | 34.66 | 46.16 | 68.06 | - |
| YUV | 162.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 210 | 0.63 | 0.06 | 0 | 0.18 | 185.86 | 0.6 | 0.56 |
| Hex | 4D | C5 | D2 | 3F | 6 | 0 | 12 | BA | 3C | 38 |
| Octal | 115 | 305 | 322 | 77 | 6 | 0 | 22 | 272 | 74 | 70 |
| Binary | 1001101 | 11000101 | 11010010 | 111111 | 110 | 0 | 10010 | 10111010 | 111100 | 111000 |
Color Harmonies of #4DC5D2
Complementary color
Monochromatic Colors of #4DC5D2
Black with #4DC5D2
Text Example
Text Example
White with #4DC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC5D2; }
p { color: rgb(77,197,210); }
H1.HeaderClassName
{
color: #4DC5D2;
}
.AnyTagClassName
{
color: #4DC5D2;
}
</style>
background-color css
<style>
a { background-color: #4DC5D2; }
a { background-color: rgb(77,197,210); }
div.DivClassName
{
background-color: #4DC5D2;
}
.BgClassName
{
background-color: #4DC5D2;
}
</style>
border-color css
<style>
span { border-color: #4DC5D2; }
span { border-color: rgb(77,197,210); }
td.TdClassName
{
border-color: #4DC5D2;
}
.TagClassName
{
border-color: #4DC5D2;
}
</style>