Shades of Medium Turquoise #4CD5BA
Tints of Medium Turquoise #4CD5BA
RGB
CMYK
RGB Variations
Color information
#4CD5BA (or 0x4CD5BA) is known color: Medium Turquoise. HEX triplet: 4C, D5 and BA. RGB value is (76,213,186). Sum of RGB (Red+Green+Blue) = 76+213+186=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD5BA is #B32A45. Grayscale: #A8A8A8. Windows color (decimal): -11741766 or 12244300. OLE color: 12244300.
HSL color Cylindrical-coordinate representation of color #4CD5BA: hue angle of 168.18º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD5BA is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 186 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.16 |
| HSL | 168.18º | 0.62% | 0.57% | - |
| HSV(B) | 168.18º | 0.64% | 0.84% | - |
| XYZ | 35.64 | 52.67 | 54.74 | - |
| YUV | 168.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 186 | 0.64 | 0 | 0.13 | 0.16 | 168.18 | 0.62 | 0.57 |
| Hex | 4C | D5 | BA | 40 | 0 | D | 10 | A8 | 3E | 39 |
| Octal | 114 | 325 | 272 | 100 | 0 | 15 | 20 | 250 | 76 | 71 |
| Binary | 1001100 | 11010101 | 10111010 | 1000000 | 0 | 1101 | 10000 | 10101000 | 111110 | 111001 |
Color Harmonies of #4CD5BA
Complementary color
Monochromatic Colors of #4CD5BA
Black with #4CD5BA
Text Example
Text Example
White with #4CD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD5BA; }
p { color: rgb(76,213,186); }
H1.HeaderClassName
{
color: #4CD5BA;
}
.AnyTagClassName
{
color: #4CD5BA;
}
</style>
background-color css
<style>
a { background-color: #4CD5BA; }
a { background-color: rgb(76,213,186); }
div.DivClassName
{
background-color: #4CD5BA;
}
.BgClassName
{
background-color: #4CD5BA;
}
</style>
border-color css
<style>
span { border-color: #4CD5BA; }
span { border-color: rgb(76,213,186); }
td.TdClassName
{
border-color: #4CD5BA;
}
.TagClassName
{
border-color: #4CD5BA;
}
</style>