Shades of Medium Turquoise #4FCBBD
Tints of Medium Turquoise #4FCBBD
RGB
CMYK
RGB Variations
Color information
#4FCBBD (or 0x4FCBBD) is known color: Medium Turquoise. HEX triplet: 4F, CB and BD. RGB value is (79,203,189). Sum of RGB (Red+Green+Blue) = 79+203+189=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBBD is #B03442. Grayscale: #A4A4A4. Windows color (decimal): -11547715 or 12438351. OLE color: 12438351.
HSL color Cylindrical-coordinate representation of color #4FCBBD: hue angle of 173.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCBBD is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 189 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.20 |
| HSL | 173.23º | 0.54% | 0.55% | - |
| HSV(B) | 173.23º | 0.61% | 0.8% | - |
| XYZ | 33.77 | 48.05 | 55.64 | - |
| YUV | 164.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 189 | 0.61 | 0 | 0.07 | 0.20 | 173.23 | 0.54 | 0.55 |
| Hex | 4F | CB | BD | 3D | 0 | 7 | 14 | AD | 36 | 37 |
| Octal | 117 | 313 | 275 | 75 | 0 | 7 | 24 | 255 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10111101 | 111101 | 0 | 111 | 10100 | 10101101 | 110110 | 110111 |
Color Harmonies of #4FCBBD
Complementary color
Monochromatic Colors of #4FCBBD
Black with #4FCBBD
Text Example
Text Example
White with #4FCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBBD; }
p { color: rgb(79,203,189); }
H1.HeaderClassName
{
color: #4FCBBD;
}
.AnyTagClassName
{
color: #4FCBBD;
}
</style>
background-color css
<style>
a { background-color: #4FCBBD; }
a { background-color: rgb(79,203,189); }
div.DivClassName
{
background-color: #4FCBBD;
}
.BgClassName
{
background-color: #4FCBBD;
}
</style>
border-color css
<style>
span { border-color: #4FCBBD; }
span { border-color: rgb(79,203,189); }
td.TdClassName
{
border-color: #4FCBBD;
}
.TagClassName
{
border-color: #4FCBBD;
}
</style>