Shades of Medium Turquoise #4FDCBD
Tints of Medium Turquoise #4FDCBD
RGB
CMYK
RGB Variations
Color information
#4FDCBD (or 0x4FDCBD) is known color: Medium Turquoise. HEX triplet: 4F, DC and BD. RGB value is (79,220,189). Sum of RGB (Red+Green+Blue) = 79+220+189=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCBD is #B02342. Grayscale: #AEAEAE. Windows color (decimal): -11543363 or 12442703. OLE color: 12442703.
HSL color Cylindrical-coordinate representation of color #4FDCBD: hue angle of 166.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDCBD is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 189 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.14 |
| HSL | 166.81º | 0.67% | 0.59% | - |
| HSV(B) | 166.81º | 0.64% | 0.86% | - |
| XYZ | 38 | 56.52 | 57.05 | - |
| YUV | 174.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 189 | 0.64 | 0 | 0.14 | 0.14 | 166.81 | 0.67 | 0.59 |
| Hex | 4F | DC | BD | 40 | 0 | E | E | A7 | 43 | 3B |
| Octal | 117 | 334 | 275 | 100 | 0 | 16 | 16 | 247 | 103 | 73 |
| Binary | 1001111 | 11011100 | 10111101 | 1000000 | 0 | 1110 | 1110 | 10100111 | 1000011 | 111011 |
Color Harmonies of #4FDCBD
Complementary color
Monochromatic Colors of #4FDCBD
Black with #4FDCBD
Text Example
Text Example
White with #4FDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDCBD; }
p { color: rgb(79,220,189); }
H1.HeaderClassName
{
color: #4FDCBD;
}
.AnyTagClassName
{
color: #4FDCBD;
}
</style>
background-color css
<style>
a { background-color: #4FDCBD; }
a { background-color: rgb(79,220,189); }
div.DivClassName
{
background-color: #4FDCBD;
}
.BgClassName
{
background-color: #4FDCBD;
}
</style>
border-color css
<style>
span { border-color: #4FDCBD; }
span { border-color: rgb(79,220,189); }
td.TdClassName
{
border-color: #4FDCBD;
}
.TagClassName
{
border-color: #4FDCBD;
}
</style>