Shades of Medium Turquoise #4FC2CB
Tints of Medium Turquoise #4FC2CB
RGB
CMYK
RGB Variations
Color information
#4FC2CB (or 0x4FC2CB) is known color: Medium Turquoise. HEX triplet: 4F, C2 and CB. RGB value is (79,194,203). Sum of RGB (Red+Green+Blue) = 79+194+203=476 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.60% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FC2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC2CB is #B03D34. Grayscale: #A0A0A0. Windows color (decimal): -11550005 or 13353551. OLE color: 13353551.
HSL color Cylindrical-coordinate representation of color #4FC2CB: hue angle of 184.35º degrees, saturation: 0.54, 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 #4FC2CB is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 194 | 203 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.20 |
| HSL | 184.35º | 0.54% | 0.55% | - |
| HSV(B) | 184.35º | 0.61% | 0.8% | - |
| XYZ | 33.3 | 44.56 | 63.35 | - |
| YUV | 160.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 194 | 203 | 0.61 | 0.04 | 0 | 0.20 | 184.35 | 0.54 | 0.55 |
| Hex | 4F | C2 | CB | 3D | 4 | 0 | 14 | B8 | 36 | 37 |
| Octal | 117 | 302 | 313 | 75 | 4 | 0 | 24 | 270 | 66 | 67 |
| Binary | 1001111 | 11000010 | 11001011 | 111101 | 100 | 0 | 10100 | 10111000 | 110110 | 110111 |
Color Harmonies of #4FC2CB
Complementary color
Monochromatic Colors of #4FC2CB
Black with #4FC2CB
Text Example
Text Example
White with #4FC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC2CB; }
p { color: rgb(79,194,203); }
H1.HeaderClassName
{
color: #4FC2CB;
}
.AnyTagClassName
{
color: #4FC2CB;
}
</style>
background-color css
<style>
a { background-color: #4FC2CB; }
a { background-color: rgb(79,194,203); }
div.DivClassName
{
background-color: #4FC2CB;
}
.BgClassName
{
background-color: #4FC2CB;
}
</style>
border-color css
<style>
span { border-color: #4FC2CB; }
span { border-color: rgb(79,194,203); }
td.TdClassName
{
border-color: #4FC2CB;
}
.TagClassName
{
border-color: #4FC2CB;
}
</style>