Shades of Medium Turquoise #4DCCD9
Tints of Medium Turquoise #4DCCD9
RGB
CMYK
RGB Variations
Color information
#4DCCD9 (or 0x4DCCD9) is known color: Medium Turquoise. HEX triplet: 4D, CC and D9. RGB value is (77,204,217). Sum of RGB (Red+Green+Blue) = 77+204+217=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #4DCCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCCD9 is #B23326. Grayscale: #A7A7A7. Windows color (decimal): -11678503 or 14273613. OLE color: 14273613.
HSL color Cylindrical-coordinate representation of color #4DCCD9: hue angle of 185.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DCCD9 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 204 | 217 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.15 |
| HSL | 185.57º | 0.65% | 0.58% | - |
| HSV(B) | 185.57º | 0.65% | 0.85% | - |
| XYZ | 37.18 | 49.77 | 73.29 | - |
| YUV | 167.51 | 155.92 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 204 | 217 | 0.65 | 0.06 | 0 | 0.15 | 185.57 | 0.65 | 0.58 |
| Hex | 4D | CC | D9 | 41 | 6 | 0 | F | BA | 41 | 3A |
| Octal | 115 | 314 | 331 | 101 | 6 | 0 | 17 | 272 | 101 | 72 |
| Binary | 1001101 | 11001100 | 11011001 | 1000001 | 110 | 0 | 1111 | 10111010 | 1000001 | 111010 |
Color Harmonies of #4DCCD9
Complementary color
Monochromatic Colors of #4DCCD9
Black with #4DCCD9
Text Example
Text Example
White with #4DCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCCD9; }
p { color: rgb(77,204,217); }
H1.HeaderClassName
{
color: #4DCCD9;
}
.AnyTagClassName
{
color: #4DCCD9;
}
</style>
background-color css
<style>
a { background-color: #4DCCD9; }
a { background-color: rgb(77,204,217); }
div.DivClassName
{
background-color: #4DCCD9;
}
.BgClassName
{
background-color: #4DCCD9;
}
</style>
border-color css
<style>
span { border-color: #4DCCD9; }
span { border-color: rgb(77,204,217); }
td.TdClassName
{
border-color: #4DCCD9;
}
.TagClassName
{
border-color: #4DCCD9;
}
</style>