Shades of Medium Turquoise #4CC1BA
Tints of Medium Turquoise #4CC1BA
RGB
CMYK
RGB Variations
Color information
#4CC1BA (or 0x4CC1BA) is known color: Medium Turquoise. HEX triplet: 4C, C1 and BA. RGB value is (76,193,186). Sum of RGB (Red+Green+Blue) = 76+193+186=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC1BA is #B33E45. Grayscale: #9D9D9D. Windows color (decimal): -11746886 or 12239180. OLE color: 12239180.
HSL color Cylindrical-coordinate representation of color #4CC1BA: hue angle of 176.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC1BA is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 186 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.24 |
| HSL | 176.41º | 0.49% | 0.53% | - |
| HSV(B) | 176.41º | 0.61% | 0.76% | - |
| XYZ | 30.91 | 43.22 | 53.17 | - |
| YUV | 157.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 186 | 0.61 | 0 | 0.04 | 0.24 | 176.41 | 0.49 | 0.53 |
| Hex | 4C | C1 | BA | 3D | 0 | 4 | 18 | B0 | 31 | 35 |
| Octal | 114 | 301 | 272 | 75 | 0 | 4 | 30 | 260 | 61 | 65 |
| Binary | 1001100 | 11000001 | 10111010 | 111101 | 0 | 100 | 11000 | 10110000 | 110001 | 110101 |
Color Harmonies of #4CC1BA
Complementary color
Monochromatic Colors of #4CC1BA
Black with #4CC1BA
Text Example
Text Example
White with #4CC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC1BA; }
p { color: rgb(76,193,186); }
H1.HeaderClassName
{
color: #4CC1BA;
}
.AnyTagClassName
{
color: #4CC1BA;
}
</style>
background-color css
<style>
a { background-color: #4CC1BA; }
a { background-color: rgb(76,193,186); }
div.DivClassName
{
background-color: #4CC1BA;
}
.BgClassName
{
background-color: #4CC1BA;
}
</style>
border-color css
<style>
span { border-color: #4CC1BA; }
span { border-color: rgb(76,193,186); }
td.TdClassName
{
border-color: #4CC1BA;
}
.TagClassName
{
border-color: #4CC1BA;
}
</style>