Shades of Medium Turquoise #4FCDBF
Tints of Medium Turquoise #4FCDBF
RGB
CMYK
RGB Variations
Color information
#4FCDBF (or 0x4FCDBF) is known color: Medium Turquoise. HEX triplet: 4F, CD and BF. RGB value is (79,205,191). Sum of RGB (Red+Green+Blue) = 79+205+191=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDBF is #B03240. Grayscale: #A5A5A5. Windows color (decimal): -11547201 or 12569935. OLE color: 12569935.
HSL color Cylindrical-coordinate representation of color #4FCDBF: hue angle of 173.33º 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 #4FCDBF is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 191 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.20 |
| HSL | 173.33º | 0.56% | 0.56% | - |
| HSV(B) | 173.33º | 0.61% | 0.8% | - |
| XYZ | 34.46 | 49.09 | 56.95 | - |
| YUV | 165.73 | 142.26 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 191 | 0.61 | 0 | 0.07 | 0.20 | 173.33 | 0.56 | 0.56 |
| Hex | 4F | CD | BF | 3D | 0 | 7 | 14 | AD | 38 | 38 |
| Octal | 117 | 315 | 277 | 75 | 0 | 7 | 24 | 255 | 70 | 70 |
| Binary | 1001111 | 11001101 | 10111111 | 111101 | 0 | 111 | 10100 | 10101101 | 111000 | 111000 |
Color Harmonies of #4FCDBF
Complementary color
Monochromatic Colors of #4FCDBF
Black with #4FCDBF
Text Example
Text Example
White with #4FCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDBF; }
p { color: rgb(79,205,191); }
H1.HeaderClassName
{
color: #4FCDBF;
}
.AnyTagClassName
{
color: #4FCDBF;
}
</style>
background-color css
<style>
a { background-color: #4FCDBF; }
a { background-color: rgb(79,205,191); }
div.DivClassName
{
background-color: #4FCDBF;
}
.BgClassName
{
background-color: #4FCDBF;
}
</style>
border-color css
<style>
span { border-color: #4FCDBF; }
span { border-color: rgb(79,205,191); }
td.TdClassName
{
border-color: #4FCDBF;
}
.TagClassName
{
border-color: #4FCDBF;
}
</style>