Shades of Medium Turquoise #4FC2CC
Tints of Medium Turquoise #4FC2CC
RGB
CMYK
RGB Variations
Color information
#4FC2CC (or 0x4FC2CC) is known color: Medium Turquoise. HEX triplet: 4F, C2 and CC. RGB value is (79,194,204). Sum of RGB (Red+Green+Blue) = 79+194+204=477 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.56% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FC2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC2CC is #B03D33. Grayscale: #A0A0A0. Windows color (decimal): -11550004 or 13419087. OLE color: 13419087.
HSL color Cylindrical-coordinate representation of color #4FC2CC: hue angle of 184.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC2CC is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 194 | 204 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.2 |
| HSL | 184.8º | 0.55% | 0.55% | - |
| HSV(B) | 184.8º | 0.61% | 0.8% | - |
| XYZ | 33.42 | 44.61 | 63.98 | - |
| YUV | 160.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 204 | 0.61 | 0.05 | 0 | 0.2 | 184.8 | 0.55 | 0.55 |
| Hex | 4F | C2 | CC | 3D | 5 | 0 | 14 | B9 | 37 | 37 |
| Octal | 117 | 302 | 314 | 75 | 5 | 0 | 24 | 271 | 67 | 67 |
| Binary | 1001111 | 11000010 | 11001100 | 111101 | 101 | 0 | 10100 | 10111001 | 110111 | 110111 |
Color Harmonies of #4FC2CC
Complementary color
Monochromatic Colors of #4FC2CC
Black with #4FC2CC
Text Example
Text Example
White with #4FC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC2CC; }
p { color: rgb(79,194,204); }
H1.HeaderClassName
{
color: #4FC2CC;
}
.AnyTagClassName
{
color: #4FC2CC;
}
</style>
background-color css
<style>
a { background-color: #4FC2CC; }
a { background-color: rgb(79,194,204); }
div.DivClassName
{
background-color: #4FC2CC;
}
.BgClassName
{
background-color: #4FC2CC;
}
</style>
border-color css
<style>
span { border-color: #4FC2CC; }
span { border-color: rgb(79,194,204); }
td.TdClassName
{
border-color: #4FC2CC;
}
.TagClassName
{
border-color: #4FC2CC;
}
</style>