Shades of Medium Turquoise #4FD3BD
Tints of Medium Turquoise #4FD3BD
RGB
CMYK
RGB Variations
Color information
#4FD3BD (or 0x4FD3BD) is known color: Medium Turquoise. HEX triplet: 4F, D3 and BD. RGB value is (79,211,189). Sum of RGB (Red+Green+Blue) = 79+211+189=479 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.49% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #4FD3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD3BD is #B02C42. Grayscale: #A8A8A8. Windows color (decimal): -11545667 or 12440399. OLE color: 12440399.
HSL color Cylindrical-coordinate representation of color #4FD3BD: hue angle of 170º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD3BD is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 79 | 211 | 189 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.17 |
| HSL | 170º | 0.6% | 0.57% | - |
| HSV(B) | 170º | 0.63% | 0.83% | - |
| XYZ | 35.7 | 51.92 | 56.28 | - |
| YUV | 169.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 211 | 189 | 0.63 | 0 | 0.10 | 0.17 | 170 | 0.6 | 0.57 |
| Hex | 4F | D3 | BD | 3F | 0 | A | 11 | AA | 3C | 39 |
| Octal | 117 | 323 | 275 | 77 | 0 | 12 | 21 | 252 | 74 | 71 |
| Binary | 1001111 | 11010011 | 10111101 | 111111 | 0 | 1010 | 10001 | 10101010 | 111100 | 111001 |
Color Harmonies of #4FD3BD
Complementary color
Monochromatic Colors of #4FD3BD
Black with #4FD3BD
Text Example
Text Example
White with #4FD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD3BD; }
p { color: rgb(79,211,189); }
H1.HeaderClassName
{
color: #4FD3BD;
}
.AnyTagClassName
{
color: #4FD3BD;
}
</style>
background-color css
<style>
a { background-color: #4FD3BD; }
a { background-color: rgb(79,211,189); }
div.DivClassName
{
background-color: #4FD3BD;
}
.BgClassName
{
background-color: #4FD3BD;
}
</style>
border-color css
<style>
span { border-color: #4FD3BD; }
span { border-color: rgb(79,211,189); }
td.TdClassName
{
border-color: #4FD3BD;
}
.TagClassName
{
border-color: #4FD3BD;
}
</style>