Shades of Medium Turquoise #4DC4CF
Tints of Medium Turquoise #4DC4CF
RGB
CMYK
RGB Variations
Color information
#4DC4CF (or 0x4DC4CF) is known color: Medium Turquoise. HEX triplet: 4D, C4 and CF. RGB value is (77,196,207). Sum of RGB (Red+Green+Blue) = 77+196+207=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DC4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC4CF is #B23B30. Grayscale: #A1A1A1. Windows color (decimal): -11680561 or 13616205. OLE color: 13616205.
HSL color Cylindrical-coordinate representation of color #4DC4CF: hue angle of 185.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC4CF is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 196 | 207 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.19 |
| HSL | 185.08º | 0.58% | 0.56% | - |
| HSV(B) | 185.08º | 0.63% | 0.81% | - |
| XYZ | 34.06 | 45.56 | 66.03 | - |
| YUV | 161.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 207 | 0.63 | 0.05 | 0 | 0.19 | 185.08 | 0.58 | 0.56 |
| Hex | 4D | C4 | CF | 3F | 5 | 0 | 13 | B9 | 3A | 38 |
| Octal | 115 | 304 | 317 | 77 | 5 | 0 | 23 | 271 | 72 | 70 |
| Binary | 1001101 | 11000100 | 11001111 | 111111 | 101 | 0 | 10011 | 10111001 | 111010 | 111000 |
Color Harmonies of #4DC4CF
Complementary color
Monochromatic Colors of #4DC4CF
Black with #4DC4CF
Text Example
Text Example
White with #4DC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC4CF; }
p { color: rgb(77,196,207); }
H1.HeaderClassName
{
color: #4DC4CF;
}
.AnyTagClassName
{
color: #4DC4CF;
}
</style>
background-color css
<style>
a { background-color: #4DC4CF; }
a { background-color: rgb(77,196,207); }
div.DivClassName
{
background-color: #4DC4CF;
}
.BgClassName
{
background-color: #4DC4CF;
}
</style>
border-color css
<style>
span { border-color: #4DC4CF; }
span { border-color: rgb(77,196,207); }
td.TdClassName
{
border-color: #4DC4CF;
}
.TagClassName
{
border-color: #4DC4CF;
}
</style>