Shades of Medium Turquoise #4FCCBC
Tints of Medium Turquoise #4FCCBC
RGB
CMYK
RGB Variations
Color information
#4FCCBC (or 0x4FCCBC) is known color: Medium Turquoise. HEX triplet: 4F, CC and BC. RGB value is (79,204,188). Sum of RGB (Red+Green+Blue) = 79+204+188=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #4FCCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCBC is #B03343. Grayscale: #A4A4A4. Windows color (decimal): -11547460 or 12373071. OLE color: 12373071.
HSL color Cylindrical-coordinate representation of color #4FCCBC: hue angle of 172.32º 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 #4FCCBC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 204 | 188 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.2 |
| HSL | 172.32º | 0.55% | 0.55% | - |
| HSV(B) | 172.32º | 0.61% | 0.8% | - |
| XYZ | 33.89 | 48.48 | 55.15 | - |
| YUV | 164.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 204 | 188 | 0.61 | 0 | 0.08 | 0.2 | 172.32 | 0.55 | 0.55 |
| Hex | 4F | CC | BC | 3D | 0 | 8 | 14 | AC | 37 | 37 |
| Octal | 117 | 314 | 274 | 75 | 0 | 10 | 24 | 254 | 67 | 67 |
| Binary | 1001111 | 11001100 | 10111100 | 111101 | 0 | 1000 | 10100 | 10101100 | 110111 | 110111 |
Color Harmonies of #4FCCBC
Complementary color
Monochromatic Colors of #4FCCBC
Black with #4FCCBC
Text Example
Text Example
White with #4FCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCCBC; }
p { color: rgb(79,204,188); }
H1.HeaderClassName
{
color: #4FCCBC;
}
.AnyTagClassName
{
color: #4FCCBC;
}
</style>
background-color css
<style>
a { background-color: #4FCCBC; }
a { background-color: rgb(79,204,188); }
div.DivClassName
{
background-color: #4FCCBC;
}
.BgClassName
{
background-color: #4FCCBC;
}
</style>
border-color css
<style>
span { border-color: #4FCCBC; }
span { border-color: rgb(79,204,188); }
td.TdClassName
{
border-color: #4FCCBC;
}
.TagClassName
{
border-color: #4FCCBC;
}
</style>