Shades of Medium Turquoise #4BD2BE
Tints of Medium Turquoise #4BD2BE
RGB
CMYK
RGB Variations
Color information
#4BD2BE (or 0x4BD2BE) is known color: Medium Turquoise. HEX triplet: 4B, D2 and BE. RGB value is (75,210,190). Sum of RGB (Red+Green+Blue) = 75+210+190=475 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.79% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD2BE is #B42D41. Grayscale: #A7A7A7. Windows color (decimal): -11808066 or 12505675. OLE color: 12505675.
HSL color Cylindrical-coordinate representation of color #4BD2BE: hue angle of 171.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD2BE is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 190 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.18 |
| HSL | 171.11º | 0.6% | 0.56% | - |
| HSV(B) | 171.11º | 0.64% | 0.82% | - |
| XYZ | 35.24 | 51.31 | 56.76 | - |
| YUV | 167.36 | 140.77 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 190 | 0.64 | 0 | 0.10 | 0.18 | 171.11 | 0.6 | 0.56 |
| Hex | 4B | D2 | BE | 40 | 0 | A | 12 | AB | 3C | 38 |
| Octal | 113 | 322 | 276 | 100 | 0 | 12 | 22 | 253 | 74 | 70 |
| Binary | 1001011 | 11010010 | 10111110 | 1000000 | 0 | 1010 | 10010 | 10101011 | 111100 | 111000 |
Color Harmonies of #4BD2BE
Complementary color
Monochromatic Colors of #4BD2BE
Black with #4BD2BE
Text Example
Text Example
White with #4BD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD2BE; }
p { color: rgb(75,210,190); }
H1.HeaderClassName
{
color: #4BD2BE;
}
.AnyTagClassName
{
color: #4BD2BE;
}
</style>
background-color css
<style>
a { background-color: #4BD2BE; }
a { background-color: rgb(75,210,190); }
div.DivClassName
{
background-color: #4BD2BE;
}
.BgClassName
{
background-color: #4BD2BE;
}
</style>
border-color css
<style>
span { border-color: #4BD2BE; }
span { border-color: rgb(75,210,190); }
td.TdClassName
{
border-color: #4BD2BE;
}
.TagClassName
{
border-color: #4BD2BE;
}
</style>