Shades of Medium Turquoise #4FD1BD
Tints of Medium Turquoise #4FD1BD
RGB
CMYK
RGB Variations
Color information
#4FD1BD (or 0x4FD1BD) is known color: Medium Turquoise. HEX triplet: 4F, D1 and BD. RGB value is (79,209,189). Sum of RGB (Red+Green+Blue) = 79+209+189=477 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.56% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #4FD1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD1BD is #B02E42. Grayscale: #A7A7A7. Windows color (decimal): -11546179 or 12439887. OLE color: 12439887.
HSL color Cylindrical-coordinate representation of color #4FD1BD: hue angle of 170.77º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FD1BD is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 209 | 189 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.18 |
| HSL | 170.77º | 0.59% | 0.56% | - |
| HSV(B) | 170.77º | 0.62% | 0.82% | - |
| XYZ | 35.21 | 50.94 | 56.12 | - |
| YUV | 167.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 209 | 189 | 0.62 | 0 | 0.10 | 0.18 | 170.77 | 0.59 | 0.56 |
| Hex | 4F | D1 | BD | 3E | 0 | A | 12 | AB | 3B | 38 |
| Octal | 117 | 321 | 275 | 76 | 0 | 12 | 22 | 253 | 73 | 70 |
| Binary | 1001111 | 11010001 | 10111101 | 111110 | 0 | 1010 | 10010 | 10101011 | 111011 | 111000 |
Color Harmonies of #4FD1BD
Complementary color
Monochromatic Colors of #4FD1BD
Black with #4FD1BD
Text Example
Text Example
White with #4FD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD1BD; }
p { color: rgb(79,209,189); }
H1.HeaderClassName
{
color: #4FD1BD;
}
.AnyTagClassName
{
color: #4FD1BD;
}
</style>
background-color css
<style>
a { background-color: #4FD1BD; }
a { background-color: rgb(79,209,189); }
div.DivClassName
{
background-color: #4FD1BD;
}
.BgClassName
{
background-color: #4FD1BD;
}
</style>
border-color css
<style>
span { border-color: #4FD1BD; }
span { border-color: rgb(79,209,189); }
td.TdClassName
{
border-color: #4FD1BD;
}
.TagClassName
{
border-color: #4FD1BD;
}
</style>