Shades of Medium Turquoise #4FCCBB
Tints of Medium Turquoise #4FCCBB
RGB
CMYK
RGB Variations
Color information
#4FCCBB (or 0x4FCCBB) is known color: Medium Turquoise. HEX triplet: 4F, CC and BB. RGB value is (79,204,187). Sum of RGB (Red+Green+Blue) = 79+204+187=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCBB is #B03344. Grayscale: #A4A4A4. Windows color (decimal): -11547461 or 12307535. OLE color: 12307535.
HSL color Cylindrical-coordinate representation of color #4FCCBB: hue angle of 171.84º 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 #4FCCBB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 187 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.2 |
| HSL | 171.84º | 0.55% | 0.55% | - |
| HSV(B) | 171.84º | 0.61% | 0.8% | - |
| XYZ | 33.79 | 48.44 | 54.58 | - |
| YUV | 164.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 187 | 0.61 | 0 | 0.08 | 0.2 | 171.84 | 0.55 | 0.55 |
| Hex | 4F | CC | BB | 3D | 0 | 8 | 14 | AC | 37 | 37 |
| Octal | 117 | 314 | 273 | 75 | 0 | 10 | 24 | 254 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10111011 | 111101 | 0 | 1000 | 10100 | 10101100 | 110111 | 110111 |
Color Harmonies of #4FCCBB
Complementary color
Monochromatic Colors of #4FCCBB
Black with #4FCCBB
Text Example
Text Example
White with #4FCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCBB; }
p { color: rgb(79,204,187); }
H1.HeaderClassName
{
color: #4FCCBB;
}
.AnyTagClassName
{
color: #4FCCBB;
}
</style>
background-color css
<style>
a { background-color: #4FCCBB; }
a { background-color: rgb(79,204,187); }
div.DivClassName
{
background-color: #4FCCBB;
}
.BgClassName
{
background-color: #4FCCBB;
}
</style>
border-color css
<style>
span { border-color: #4FCCBB; }
span { border-color: rgb(79,204,187); }
td.TdClassName
{
border-color: #4FCCBB;
}
.TagClassName
{
border-color: #4FCCBB;
}
</style>