Shades of Medium Turquoise #4DCFCF
Tints of Medium Turquoise #4DCFCF
RGB
CMYK
RGB Variations
Color information
#4DCFCF (or 0x4DCFCF) is known color: Medium Turquoise. HEX triplet: 4D, CF and CF. RGB value is (77,207,207). Sum of RGB (Red+Green+Blue) = 77+207+207=491 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.68% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #4DCFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFCF is #B23030. Grayscale: #A8A8A8. Windows color (decimal): -11677745 or 13619021. OLE color: 13619021.
HSL color Cylindrical-coordinate representation of color #4DCFCF: hue angle of 180º 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 #4DCFCF is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 207 | - |
| CMYK | 0.63 | 0 | 0 | 0.19 |
| HSL | 180º | 0.58% | 0.56% | - |
| HSV(B) | 180º | 0.63% | 0.81% | - |
| XYZ | 36.64 | 50.71 | 66.89 | - |
| YUV | 168.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 207 | 0.63 | 0 | 0 | 0.19 | 180 | 0.58 | 0.56 |
| Hex | 4D | CF | CF | 3F | 0 | 0 | 13 | B4 | 3A | 38 |
| Octal | 115 | 317 | 317 | 77 | 0 | 0 | 23 | 264 | 72 | 70 |
| Binary | 1001101 | 11001111 | 11001111 | 111111 | 0 | 0 | 10011 | 10110100 | 111010 | 111000 |
Color Harmonies of #4DCFCF
Complementary color
Monochromatic Colors of #4DCFCF
Black with #4DCFCF
Text Example
Text Example
White with #4DCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFCF; }
p { color: rgb(77,207,207); }
H1.HeaderClassName
{
color: #4DCFCF;
}
.AnyTagClassName
{
color: #4DCFCF;
}
</style>
background-color css
<style>
a { background-color: #4DCFCF; }
a { background-color: rgb(77,207,207); }
div.DivClassName
{
background-color: #4DCFCF;
}
.BgClassName
{
background-color: #4DCFCF;
}
</style>
border-color css
<style>
span { border-color: #4DCFCF; }
span { border-color: rgb(77,207,207); }
td.TdClassName
{
border-color: #4DCFCF;
}
.TagClassName
{
border-color: #4DCFCF;
}
</style>