Shades of Medium Turquoise #4DCFCA
Tints of Medium Turquoise #4DCFCA
RGB
CMYK
RGB Variations
Color information
#4DCFCA (or 0x4DCFCA) is known color: Medium Turquoise. HEX triplet: 4D, CF and CA. RGB value is (77,207,202). Sum of RGB (Red+Green+Blue) = 77+207+202=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFCA is #B23035. Grayscale: #A7A7A7. Windows color (decimal): -11677750 or 13291341. OLE color: 13291341.
HSL color Cylindrical-coordinate representation of color #4DCFCA: hue angle of 177.69º 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 #4DCFCA is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 202 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.19 |
| HSL | 177.69º | 0.58% | 0.56% | - |
| HSV(B) | 177.69º | 0.63% | 0.81% | - |
| XYZ | 36.03 | 50.47 | 63.72 | - |
| YUV | 167.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 202 | 0.63 | 0 | 0.02 | 0.19 | 177.69 | 0.58 | 0.56 |
| Hex | 4D | CF | CA | 3F | 0 | 2 | 13 | B2 | 3A | 38 |
| Octal | 115 | 317 | 312 | 77 | 0 | 2 | 23 | 262 | 72 | 70 |
| Binary | 1001101 | 11001111 | 11001010 | 111111 | 0 | 10 | 10011 | 10110010 | 111010 | 111000 |
Color Harmonies of #4DCFCA
Complementary color
Monochromatic Colors of #4DCFCA
Black with #4DCFCA
Text Example
Text Example
White with #4DCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFCA; }
p { color: rgb(77,207,202); }
H1.HeaderClassName
{
color: #4DCFCA;
}
.AnyTagClassName
{
color: #4DCFCA;
}
</style>
background-color css
<style>
a { background-color: #4DCFCA; }
a { background-color: rgb(77,207,202); }
div.DivClassName
{
background-color: #4DCFCA;
}
.BgClassName
{
background-color: #4DCFCA;
}
</style>
border-color css
<style>
span { border-color: #4DCFCA; }
span { border-color: rgb(77,207,202); }
td.TdClassName
{
border-color: #4DCFCA;
}
.TagClassName
{
border-color: #4DCFCA;
}
</style>