Shades of Medium Turquoise #4BD2BC
Tints of Medium Turquoise #4BD2BC
RGB
CMYK
RGB Variations
Color information
#4BD2BC (or 0x4BD2BC) is known color: Medium Turquoise. HEX triplet: 4B, D2 and BC. RGB value is (75,210,188). Sum of RGB (Red+Green+Blue) = 75+210+188=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD2BC is #B42D43. Grayscale: #A7A7A7. Windows color (decimal): -11808068 or 12374603. OLE color: 12374603.
HSL color Cylindrical-coordinate representation of color #4BD2BC: hue angle of 170.22º 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 #4BD2BC is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 210 | 188 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.18 |
| HSL | 170.22º | 0.6% | 0.56% | - |
| HSV(B) | 170.22º | 0.64% | 0.82% | - |
| XYZ | 35.03 | 51.22 | 55.62 | - |
| YUV | 167.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 210 | 188 | 0.64 | 0 | 0.10 | 0.18 | 170.22 | 0.6 | 0.56 |
| Hex | 4B | D2 | BC | 40 | 0 | A | 12 | AA | 3C | 38 |
| Octal | 113 | 322 | 274 | 100 | 0 | 12 | 22 | 252 | 74 | 70 |
| Binary | 1001011 | 11010010 | 10111100 | 1000000 | 0 | 1010 | 10010 | 10101010 | 111100 | 111000 |
Color Harmonies of #4BD2BC
Complementary color
Monochromatic Colors of #4BD2BC
Black with #4BD2BC
Text Example
Text Example
White with #4BD2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD2BC; }
p { color: rgb(75,210,188); }
H1.HeaderClassName
{
color: #4BD2BC;
}
.AnyTagClassName
{
color: #4BD2BC;
}
</style>
background-color css
<style>
a { background-color: #4BD2BC; }
a { background-color: rgb(75,210,188); }
div.DivClassName
{
background-color: #4BD2BC;
}
.BgClassName
{
background-color: #4BD2BC;
}
</style>
border-color css
<style>
span { border-color: #4BD2BC; }
span { border-color: rgb(75,210,188); }
td.TdClassName
{
border-color: #4BD2BC;
}
.TagClassName
{
border-color: #4BD2BC;
}
</style>