Shades of Medium Turquoise #4BDCB6
Tints of Medium Turquoise #4BDCB6
RGB
CMYK
RGB Variations
Color information
#4BDCB6 (or 0x4BDCB6) is known color: Medium Turquoise. HEX triplet: 4B, DC and B6. RGB value is (75,220,182). Sum of RGB (Red+Green+Blue) = 75+220+182=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCB6 is #B42349. Grayscale: #ACACAC. Windows color (decimal): -11805514 or 11983947. OLE color: 11983947.
HSL color Cylindrical-coordinate representation of color #4BDCB6: hue angle of 164.28º 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 #4BDCB6 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 220 | 182 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.14 |
| HSL | 164.28º | 0.67% | 0.58% | - |
| HSV(B) | 164.28º | 0.66% | 0.86% | - |
| XYZ | 36.94 | 56.06 | 53.13 | - |
| YUV | 172.31 | 133.46 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 220 | 182 | 0.66 | 0 | 0.17 | 0.14 | 164.28 | 0.67 | 0.58 |
| Hex | 4B | DC | B6 | 42 | 0 | 11 | E | A4 | 43 | 3A |
| Octal | 113 | 334 | 266 | 102 | 0 | 21 | 16 | 244 | 103 | 72 |
| Binary | 1001011 | 11011100 | 10110110 | 1000010 | 0 | 10001 | 1110 | 10100100 | 1000011 | 111010 |
Color Harmonies of #4BDCB6
Complementary color
Monochromatic Colors of #4BDCB6
Black with #4BDCB6
Text Example
Text Example
White with #4BDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDCB6; }
p { color: rgb(75,220,182); }
H1.HeaderClassName
{
color: #4BDCB6;
}
.AnyTagClassName
{
color: #4BDCB6;
}
</style>
background-color css
<style>
a { background-color: #4BDCB6; }
a { background-color: rgb(75,220,182); }
div.DivClassName
{
background-color: #4BDCB6;
}
.BgClassName
{
background-color: #4BDCB6;
}
</style>
border-color css
<style>
span { border-color: #4BDCB6; }
span { border-color: rgb(75,220,182); }
td.TdClassName
{
border-color: #4BDCB6;
}
.TagClassName
{
border-color: #4BDCB6;
}
</style>