Shades of Medium Turquoise #4BDCBA
Tints of Medium Turquoise #4BDCBA
RGB
CMYK
RGB Variations
Color information
#4BDCBA (or 0x4BDCBA) is known color: Medium Turquoise. HEX triplet: 4B, DC and BA. RGB value is (75,220,186). Sum of RGB (Red+Green+Blue) = 75+220+186=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCBA is #B42345. Grayscale: #ACACAC. Windows color (decimal): -11805510 or 12246091. OLE color: 12246091.
HSL color Cylindrical-coordinate representation of color #4BDCBA: hue angle of 165.93º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDCBA is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 186 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.14 |
| HSL | 165.93º | 0.67% | 0.58% | - |
| HSV(B) | 165.93º | 0.66% | 0.86% | - |
| XYZ | 37.36 | 56.23 | 55.34 | - |
| YUV | 172.77 | 135.46 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 186 | 0.66 | 0 | 0.15 | 0.14 | 165.93 | 0.67 | 0.58 |
| Hex | 4B | DC | BA | 42 | 0 | F | E | A6 | 43 | 3A |
| Octal | 113 | 334 | 272 | 102 | 0 | 17 | 16 | 246 | 103 | 72 |
| Binary | 1001011 | 11011100 | 10111010 | 1000010 | 0 | 1111 | 1110 | 10100110 | 1000011 | 111010 |
Color Harmonies of #4BDCBA
Complementary color
Monochromatic Colors of #4BDCBA
Black with #4BDCBA
Text Example
Text Example
White with #4BDCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCBA; }
p { color: rgb(75,220,186); }
H1.HeaderClassName
{
color: #4BDCBA;
}
.AnyTagClassName
{
color: #4BDCBA;
}
</style>
background-color css
<style>
a { background-color: #4BDCBA; }
a { background-color: rgb(75,220,186); }
div.DivClassName
{
background-color: #4BDCBA;
}
.BgClassName
{
background-color: #4BDCBA;
}
</style>
border-color css
<style>
span { border-color: #4BDCBA; }
span { border-color: rgb(75,220,186); }
td.TdClassName
{
border-color: #4BDCBA;
}
.TagClassName
{
border-color: #4BDCBA;
}
</style>