Shades of Medium Turquoise #4CC3BD
Tints of Medium Turquoise #4CC3BD
RGB
CMYK
RGB Variations
Color information
#4CC3BD (or 0x4CC3BD) is known color: Medium Turquoise. HEX triplet: 4C, C3 and BD. RGB value is (76,195,189). Sum of RGB (Red+Green+Blue) = 76+195+189=460 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.52% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC3BD is #B33C42. Grayscale: #9E9E9E. Windows color (decimal): -11746371 or 12436300. OLE color: 12436300.
HSL color Cylindrical-coordinate representation of color #4CC3BD: hue angle of 176.97º degrees, saturation: 0.5, 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 #4CC3BD is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 189 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.24 |
| HSL | 176.97º | 0.5% | 0.53% | - |
| HSV(B) | 176.97º | 0.61% | 0.76% | - |
| XYZ | 31.68 | 44.24 | 55.01 | - |
| YUV | 158.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 189 | 0.61 | 0 | 0.03 | 0.24 | 176.97 | 0.5 | 0.53 |
| Hex | 4C | C3 | BD | 3D | 0 | 3 | 18 | B1 | 32 | 35 |
| Octal | 114 | 303 | 275 | 75 | 0 | 3 | 30 | 261 | 62 | 65 |
| Binary | 1001100 | 11000011 | 10111101 | 111101 | 0 | 11 | 11000 | 10110001 | 110010 | 110101 |
Color Harmonies of #4CC3BD
Complementary color
Monochromatic Colors of #4CC3BD
Black with #4CC3BD
Text Example
Text Example
White with #4CC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC3BD; }
p { color: rgb(76,195,189); }
H1.HeaderClassName
{
color: #4CC3BD;
}
.AnyTagClassName
{
color: #4CC3BD;
}
</style>
background-color css
<style>
a { background-color: #4CC3BD; }
a { background-color: rgb(76,195,189); }
div.DivClassName
{
background-color: #4CC3BD;
}
.BgClassName
{
background-color: #4CC3BD;
}
</style>
border-color css
<style>
span { border-color: #4CC3BD; }
span { border-color: rgb(76,195,189); }
td.TdClassName
{
border-color: #4CC3BD;
}
.TagClassName
{
border-color: #4CC3BD;
}
</style>