Shades of Medium Turquoise #4DCAB5
Tints of Medium Turquoise #4DCAB5
RGB
CMYK
RGB Variations
Color information
#4DCAB5 (or 0x4DCAB5) is known color: Medium Turquoise. HEX triplet: 4D, CA and B5. RGB value is (77,202,181). Sum of RGB (Red+Green+Blue) = 77+202+181=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAB5 is #B2354A. Grayscale: #A2A2A2. Windows color (decimal): -11679051 or 11913805. OLE color: 11913805.
HSL color Cylindrical-coordinate representation of color #4DCAB5: hue angle of 169.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAB5 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 181 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.21 |
| HSL | 169.92º | 0.54% | 0.55% | - |
| HSV(B) | 169.92º | 0.62% | 0.79% | - |
| XYZ | 32.52 | 47.16 | 51.1 | - |
| YUV | 162.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 181 | 0.62 | 0 | 0.10 | 0.21 | 169.92 | 0.54 | 0.55 |
| Hex | 4D | CA | B5 | 3E | 0 | A | 15 | AA | 36 | 37 |
| Octal | 115 | 312 | 265 | 76 | 0 | 12 | 25 | 252 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10110101 | 111110 | 0 | 1010 | 10101 | 10101010 | 110110 | 110111 |
Color Harmonies of #4DCAB5
Complementary color
Monochromatic Colors of #4DCAB5
Black with #4DCAB5
Text Example
Text Example
White with #4DCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAB5; }
p { color: rgb(77,202,181); }
H1.HeaderClassName
{
color: #4DCAB5;
}
.AnyTagClassName
{
color: #4DCAB5;
}
</style>
background-color css
<style>
a { background-color: #4DCAB5; }
a { background-color: rgb(77,202,181); }
div.DivClassName
{
background-color: #4DCAB5;
}
.BgClassName
{
background-color: #4DCAB5;
}
</style>
border-color css
<style>
span { border-color: #4DCAB5; }
span { border-color: rgb(77,202,181); }
td.TdClassName
{
border-color: #4DCAB5;
}
.TagClassName
{
border-color: #4DCAB5;
}
</style>