Shades of Medium Turquoise #4DDACF
Tints of Medium Turquoise #4DDACF
RGB
CMYK
RGB Variations
Color information
#4DDACF (or 0x4DDACF) is known color: Medium Turquoise. HEX triplet: 4D, DA and CF. RGB value is (77,218,207). Sum of RGB (Red+Green+Blue) = 77+218+207=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDACF is #B22530. Grayscale: #AEAEAE. Windows color (decimal): -11674929 or 13621837. OLE color: 13621837.
HSL color Cylindrical-coordinate representation of color #4DDACF: hue angle of 175.32º degrees, saturation: 0.66, 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 #4DDACF is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 207 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.15 |
| HSL | 175.32º | 0.66% | 0.58% | - |
| HSV(B) | 175.32º | 0.65% | 0.85% | - |
| XYZ | 39.39 | 56.23 | 67.81 | - |
| YUV | 174.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 207 | 0.65 | 0 | 0.05 | 0.15 | 175.32 | 0.66 | 0.58 |
| Hex | 4D | DA | CF | 41 | 0 | 5 | F | AF | 42 | 3A |
| Octal | 115 | 332 | 317 | 101 | 0 | 5 | 17 | 257 | 102 | 72 |
| Binary | 1001101 | 11011010 | 11001111 | 1000001 | 0 | 101 | 1111 | 10101111 | 1000010 | 111010 |
Color Harmonies of #4DDACF
Complementary color
Monochromatic Colors of #4DDACF
Black with #4DDACF
Text Example
Text Example
White with #4DDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDACF; }
p { color: rgb(77,218,207); }
H1.HeaderClassName
{
color: #4DDACF;
}
.AnyTagClassName
{
color: #4DDACF;
}
</style>
background-color css
<style>
a { background-color: #4DDACF; }
a { background-color: rgb(77,218,207); }
div.DivClassName
{
background-color: #4DDACF;
}
.BgClassName
{
background-color: #4DDACF;
}
</style>
border-color css
<style>
span { border-color: #4DDACF; }
span { border-color: rgb(77,218,207); }
td.TdClassName
{
border-color: #4DDACF;
}
.TagClassName
{
border-color: #4DDACF;
}
</style>