Shades of Medium Turquoise #4FCDBD
Tints of Medium Turquoise #4FCDBD
RGB
CMYK
RGB Variations
Color information
#4FCDBD (or 0x4FCDBD) is known color: Medium Turquoise. HEX triplet: 4F, CD and BD. RGB value is (79,205,189). Sum of RGB (Red+Green+Blue) = 79+205+189=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #4FCDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDBD is #B03242. Grayscale: #A5A5A5. Windows color (decimal): -11547203 or 12438863. OLE color: 12438863.
HSL color Cylindrical-coordinate representation of color #4FCDBD: hue angle of 172.38º 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 #4FCDBD is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 205 | 189 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.20 |
| HSL | 172.38º | 0.56% | 0.56% | - |
| HSV(B) | 172.38º | 0.61% | 0.8% | - |
| XYZ | 34.24 | 49 | 55.8 | - |
| YUV | 165.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 189 | 0.61 | 0 | 0.08 | 0.20 | 172.38 | 0.56 | 0.56 |
| Hex | 4F | CD | BD | 3D | 0 | 8 | 14 | AC | 38 | 38 |
| Octal | 117 | 315 | 275 | 75 | 0 | 10 | 24 | 254 | 70 | 70 |
| Binary | 1001111 | 11001101 | 10111101 | 111101 | 0 | 1000 | 10100 | 10101100 | 111000 | 111000 |
Color Harmonies of #4FCDBD
Complementary color
Monochromatic Colors of #4FCDBD
Black with #4FCDBD
Text Example
Text Example
White with #4FCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDBD; }
p { color: rgb(79,205,189); }
H1.HeaderClassName
{
color: #4FCDBD;
}
.AnyTagClassName
{
color: #4FCDBD;
}
</style>
background-color css
<style>
a { background-color: #4FCDBD; }
a { background-color: rgb(79,205,189); }
div.DivClassName
{
background-color: #4FCDBD;
}
.BgClassName
{
background-color: #4FCDBD;
}
</style>
border-color css
<style>
span { border-color: #4FCDBD; }
span { border-color: rgb(79,205,189); }
td.TdClassName
{
border-color: #4FCDBD;
}
.TagClassName
{
border-color: #4FCDBD;
}
</style>