Shades of Medium Turquoise #4FCBBA
Tints of Medium Turquoise #4FCBBA
RGB
CMYK
RGB Variations
Color information
#4FCBBA (or 0x4FCBBA) is known color: Medium Turquoise. HEX triplet: 4F, CB and BA. RGB value is (79,203,186). Sum of RGB (Red+Green+Blue) = 79+203+186=468 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.88% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #4FCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBBA is #B03445. Grayscale: #A3A3A3. Windows color (decimal): -11547718 or 12241743. OLE color: 12241743.
HSL color Cylindrical-coordinate representation of color #4FCBBA: hue angle of 171.77º 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 #4FCBBA is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 203 | 186 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.20 |
| HSL | 171.77º | 0.54% | 0.55% | - |
| HSV(B) | 171.77º | 0.61% | 0.8% | - |
| XYZ | 33.44 | 47.92 | 53.94 | - |
| YUV | 163.99 | 140.42 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 203 | 186 | 0.61 | 0 | 0.08 | 0.20 | 171.77 | 0.54 | 0.55 |
| Hex | 4F | CB | BA | 3D | 0 | 8 | 14 | AC | 36 | 37 |
| Octal | 117 | 313 | 272 | 75 | 0 | 10 | 24 | 254 | 66 | 67 |
| Binary | 1001111 | 11001011 | 10111010 | 111101 | 0 | 1000 | 10100 | 10101100 | 110110 | 110111 |
Color Harmonies of #4FCBBA
Complementary color
Monochromatic Colors of #4FCBBA
Black with #4FCBBA
Text Example
Text Example
White with #4FCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCBBA; }
p { color: rgb(79,203,186); }
H1.HeaderClassName
{
color: #4FCBBA;
}
.AnyTagClassName
{
color: #4FCBBA;
}
</style>
background-color css
<style>
a { background-color: #4FCBBA; }
a { background-color: rgb(79,203,186); }
div.DivClassName
{
background-color: #4FCBBA;
}
.BgClassName
{
background-color: #4FCBBA;
}
</style>
border-color css
<style>
span { border-color: #4FCBBA; }
span { border-color: rgb(79,203,186); }
td.TdClassName
{
border-color: #4FCBBA;
}
.TagClassName
{
border-color: #4FCBBA;
}
</style>