Shades of Medium Turquoise #4DD1CF
Tints of Medium Turquoise #4DD1CF
RGB
CMYK
RGB Variations
Color information
#4DD1CF (or 0x4DD1CF) is known color: Medium Turquoise. HEX triplet: 4D, D1 and CF. RGB value is (77,209,207). Sum of RGB (Red+Green+Blue) = 77+209+207=493 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.62% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD1CF is #B22E30. Grayscale: #A9A9A9. Windows color (decimal): -11677233 or 13619533. OLE color: 13619533.
HSL color Cylindrical-coordinate representation of color #4DD1CF: hue angle of 179.09º degrees, saturation: 0.59, 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 #4DD1CF is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 209 | 207 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.18 |
| HSL | 179.09º | 0.59% | 0.56% | - |
| HSV(B) | 179.09º | 0.63% | 0.82% | - |
| XYZ | 37.12 | 51.68 | 67.05 | - |
| YUV | 169.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 209 | 207 | 0.63 | 0 | 0.01 | 0.18 | 179.09 | 0.59 | 0.56 |
| Hex | 4D | D1 | CF | 3F | 0 | 1 | 12 | B3 | 3B | 38 |
| Octal | 115 | 321 | 317 | 77 | 0 | 1 | 22 | 263 | 73 | 70 |
| Binary | 1001101 | 11010001 | 11001111 | 111111 | 0 | 1 | 10010 | 10110011 | 111011 | 111000 |
Color Harmonies of #4DD1CF
Complementary color
Monochromatic Colors of #4DD1CF
Black with #4DD1CF
Text Example
Text Example
White with #4DD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD1CF; }
p { color: rgb(77,209,207); }
H1.HeaderClassName
{
color: #4DD1CF;
}
.AnyTagClassName
{
color: #4DD1CF;
}
</style>
background-color css
<style>
a { background-color: #4DD1CF; }
a { background-color: rgb(77,209,207); }
div.DivClassName
{
background-color: #4DD1CF;
}
.BgClassName
{
background-color: #4DD1CF;
}
</style>
border-color css
<style>
span { border-color: #4DD1CF; }
span { border-color: rgb(77,209,207); }
td.TdClassName
{
border-color: #4DD1CF;
}
.TagClassName
{
border-color: #4DD1CF;
}
</style>