Shades of Medium Turquoise #4FCBBC
Tints of Medium Turquoise #4FCBBC
RGB
CMYK
RGB Variations
Color information
#4FCBBC (or 0x4FCBBC) is known color: Medium Turquoise. HEX triplet: 4F, CB and BC. RGB value is (79,203,188). Sum of RGB (Red+Green+Blue) = 79+203+188=470 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.81% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBBC is #B03443. Grayscale: #A4A4A4. Windows color (decimal): -11547716 or 12372815. OLE color: 12372815.
HSL color Cylindrical-coordinate representation of color #4FCBBC: hue angle of 172.74º 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 #4FCBBC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 188 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.20 |
| HSL | 172.74º | 0.54% | 0.55% | - |
| HSV(B) | 172.74º | 0.61% | 0.8% | - |
| XYZ | 33.66 | 48 | 55.07 | - |
| YUV | 164.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 188 | 0.61 | 0 | 0.07 | 0.20 | 172.74 | 0.54 | 0.55 |
| Hex | 4F | CB | BC | 3D | 0 | 7 | 14 | AD | 36 | 37 |
| Octal | 117 | 313 | 274 | 75 | 0 | 7 | 24 | 255 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10111100 | 111101 | 0 | 111 | 10100 | 10101101 | 110110 | 110111 |
Color Harmonies of #4FCBBC
Complementary color
Monochromatic Colors of #4FCBBC
Black with #4FCBBC
Text Example
Text Example
White with #4FCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBBC; }
p { color: rgb(79,203,188); }
H1.HeaderClassName
{
color: #4FCBBC;
}
.AnyTagClassName
{
color: #4FCBBC;
}
</style>
background-color css
<style>
a { background-color: #4FCBBC; }
a { background-color: rgb(79,203,188); }
div.DivClassName
{
background-color: #4FCBBC;
}
.BgClassName
{
background-color: #4FCBBC;
}
</style>
border-color css
<style>
span { border-color: #4FCBBC; }
span { border-color: rgb(79,203,188); }
td.TdClassName
{
border-color: #4FCBBC;
}
.TagClassName
{
border-color: #4FCBBC;
}
</style>