Shades of Medium Turquoise #4FCDBC
Tints of Medium Turquoise #4FCDBC
RGB
CMYK
RGB Variations
Color information
#4FCDBC (or 0x4FCDBC) is known color: Medium Turquoise. HEX triplet: 4F, CD and BC. RGB value is (79,205,188). Sum of RGB (Red+Green+Blue) = 79+205+188=472 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.74% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDBC is #B03243. Grayscale: #A5A5A5. Windows color (decimal): -11547204 or 12373327. OLE color: 12373327.
HSL color Cylindrical-coordinate representation of color #4FCDBC: hue angle of 171.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCDBC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 188 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.20 |
| HSL | 171.9º | 0.56% | 0.56% | - |
| HSV(B) | 171.9º | 0.61% | 0.8% | - |
| XYZ | 34.13 | 48.96 | 55.23 | - |
| YUV | 165.39 | 140.76 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 188 | 0.61 | 0 | 0.08 | 0.20 | 171.9 | 0.56 | 0.56 |
| Hex | 4F | CD | BC | 3D | 0 | 8 | 14 | AC | 38 | 38 |
| Octal | 117 | 315 | 274 | 75 | 0 | 10 | 24 | 254 | 70 | 70 |
| Binary | 1001111 | 11001101 | 10111100 | 111101 | 0 | 1000 | 10100 | 10101100 | 111000 | 111000 |
Color Harmonies of #4FCDBC
Complementary color
Monochromatic Colors of #4FCDBC
Black with #4FCDBC
Text Example
Text Example
White with #4FCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDBC; }
p { color: rgb(79,205,188); }
H1.HeaderClassName
{
color: #4FCDBC;
}
.AnyTagClassName
{
color: #4FCDBC;
}
</style>
background-color css
<style>
a { background-color: #4FCDBC; }
a { background-color: rgb(79,205,188); }
div.DivClassName
{
background-color: #4FCDBC;
}
.BgClassName
{
background-color: #4FCDBC;
}
</style>
border-color css
<style>
span { border-color: #4FCDBC; }
span { border-color: rgb(79,205,188); }
td.TdClassName
{
border-color: #4FCDBC;
}
.TagClassName
{
border-color: #4FCDBC;
}
</style>