Shades of Medium Turquoise #4BD7BC
Tints of Medium Turquoise #4BD7BC
RGB
CMYK
RGB Variations
Color information
#4BD7BC (or 0x4BD7BC) is known color: Medium Turquoise. HEX triplet: 4B, D7 and BC. RGB value is (75,215,188). Sum of RGB (Red+Green+Blue) = 75+215+188=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD7BC is #B42843. Grayscale: #AAAAAA. Windows color (decimal): -11806788 or 12375883. OLE color: 12375883.
HSL color Cylindrical-coordinate representation of color #4BD7BC: hue angle of 168.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD7BC is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 188 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.16 |
| HSL | 168.43º | 0.64% | 0.57% | - |
| HSV(B) | 168.43º | 0.65% | 0.84% | - |
| XYZ | 36.28 | 53.73 | 56.04 | - |
| YUV | 170.06 | 138.12 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 188 | 0.65 | 0 | 0.13 | 0.16 | 168.43 | 0.64 | 0.57 |
| Hex | 4B | D7 | BC | 41 | 0 | D | 10 | A8 | 40 | 39 |
| Octal | 113 | 327 | 274 | 101 | 0 | 15 | 20 | 250 | 100 | 71 |
| Binary | 1001011 | 11010111 | 10111100 | 1000001 | 0 | 1101 | 10000 | 10101000 | 1000000 | 111001 |
Color Harmonies of #4BD7BC
Complementary color
Monochromatic Colors of #4BD7BC
Black with #4BD7BC
Text Example
Text Example
White with #4BD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD7BC; }
p { color: rgb(75,215,188); }
H1.HeaderClassName
{
color: #4BD7BC;
}
.AnyTagClassName
{
color: #4BD7BC;
}
</style>
background-color css
<style>
a { background-color: #4BD7BC; }
a { background-color: rgb(75,215,188); }
div.DivClassName
{
background-color: #4BD7BC;
}
.BgClassName
{
background-color: #4BD7BC;
}
</style>
border-color css
<style>
span { border-color: #4BD7BC; }
span { border-color: rgb(75,215,188); }
td.TdClassName
{
border-color: #4BD7BC;
}
.TagClassName
{
border-color: #4BD7BC;
}
</style>