Shades of Medium Turquoise #4BCCBA
Tints of Medium Turquoise #4BCCBA
RGB
CMYK
RGB Variations
Color information
#4BCCBA (or 0x4BCCBA) is known color: Medium Turquoise. HEX triplet: 4B, CC and BA. RGB value is (75,204,186). Sum of RGB (Red+Green+Blue) = 75+204+186=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCBA is #B43345. Grayscale: #A3A3A3. Windows color (decimal): -11809606 or 12241995. OLE color: 12241995.
HSL color Cylindrical-coordinate representation of color #4BCCBA: hue angle of 171.63º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCCBA is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 186 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.2 |
| HSL | 171.63º | 0.56% | 0.55% | - |
| HSV(B) | 171.63º | 0.63% | 0.8% | - |
| XYZ | 33.36 | 48.23 | 54 | - |
| YUV | 163.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 186 | 0.63 | 0 | 0.09 | 0.2 | 171.63 | 0.56 | 0.55 |
| Hex | 4B | CC | BA | 3F | 0 | 9 | 14 | AC | 38 | 37 |
| Octal | 113 | 314 | 272 | 77 | 0 | 11 | 24 | 254 | 70 | 67 |
| Binary | 1001011 | 11001100 | 10111010 | 111111 | 0 | 1001 | 10100 | 10101100 | 111000 | 110111 |
Color Harmonies of #4BCCBA
Complementary color
Monochromatic Colors of #4BCCBA
Black with #4BCCBA
Text Example
Text Example
White with #4BCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCBA; }
p { color: rgb(75,204,186); }
H1.HeaderClassName
{
color: #4BCCBA;
}
.AnyTagClassName
{
color: #4BCCBA;
}
</style>
background-color css
<style>
a { background-color: #4BCCBA; }
a { background-color: rgb(75,204,186); }
div.DivClassName
{
background-color: #4BCCBA;
}
.BgClassName
{
background-color: #4BCCBA;
}
</style>
border-color css
<style>
span { border-color: #4BCCBA; }
span { border-color: rgb(75,204,186); }
td.TdClassName
{
border-color: #4BCCBA;
}
.TagClassName
{
border-color: #4BCCBA;
}
</style>