Shades of Medium Turquoise #4CD1C2
Tints of Medium Turquoise #4CD1C2
RGB
CMYK
RGB Variations
Color information
#4CD1C2 (or 0x4CD1C2) is known color: Medium Turquoise. HEX triplet: 4C, D1 and C2. RGB value is (76,209,194). Sum of RGB (Red+Green+Blue) = 76+209+194=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD1C2 is #B32E3D. Grayscale: #A7A7A7. Windows color (decimal): -11742782 or 12767564. OLE color: 12767564.
HSL color Cylindrical-coordinate representation of color #4CD1C2: hue angle of 173.23º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD1C2 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 209 | 194 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.18 |
| HSL | 173.23º | 0.59% | 0.56% | - |
| HSV(B) | 173.23º | 0.64% | 0.82% | - |
| XYZ | 35.52 | 51.03 | 59.02 | - |
| YUV | 167.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 209 | 194 | 0.64 | 0 | 0.07 | 0.18 | 173.23 | 0.59 | 0.56 |
| Hex | 4C | D1 | C2 | 40 | 0 | 7 | 12 | AD | 3B | 38 |
| Octal | 114 | 321 | 302 | 100 | 0 | 7 | 22 | 255 | 73 | 70 |
| Binary | 1001100 | 11010001 | 11000010 | 1000000 | 0 | 111 | 10010 | 10101101 | 111011 | 111000 |
Color Harmonies of #4CD1C2
Complementary color
Monochromatic Colors of #4CD1C2
Black with #4CD1C2
Text Example
Text Example
White with #4CD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD1C2; }
p { color: rgb(76,209,194); }
H1.HeaderClassName
{
color: #4CD1C2;
}
.AnyTagClassName
{
color: #4CD1C2;
}
</style>
background-color css
<style>
a { background-color: #4CD1C2; }
a { background-color: rgb(76,209,194); }
div.DivClassName
{
background-color: #4CD1C2;
}
.BgClassName
{
background-color: #4CD1C2;
}
</style>
border-color css
<style>
span { border-color: #4CD1C2; }
span { border-color: rgb(76,209,194); }
td.TdClassName
{
border-color: #4CD1C2;
}
.TagClassName
{
border-color: #4CD1C2;
}
</style>