Shades of Medium Turquoise #4BD6BA
Tints of Medium Turquoise #4BD6BA
RGB
CMYK
RGB Variations
Color information
#4BD6BA (or 0x4BD6BA) is known color: Medium Turquoise. HEX triplet: 4B, D6 and BA. RGB value is (75,214,186). Sum of RGB (Red+Green+Blue) = 75+214+186=475 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.79% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD6BA is #B42945. Grayscale: #A9A9A9. Windows color (decimal): -11807046 or 12244555. OLE color: 12244555.
HSL color Cylindrical-coordinate representation of color #4BD6BA: hue angle of 167.91º degrees, saturation: 0.63, 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 #4BD6BA is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 186 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.16 |
| HSL | 167.91º | 0.63% | 0.57% | - |
| HSV(B) | 167.91º | 0.65% | 0.84% | - |
| XYZ | 35.81 | 53.13 | 54.82 | - |
| YUV | 169.25 | 137.45 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 186 | 0.65 | 0 | 0.13 | 0.16 | 167.91 | 0.63 | 0.57 |
| Hex | 4B | D6 | BA | 41 | 0 | D | 10 | A8 | 3F | 39 |
| Octal | 113 | 326 | 272 | 101 | 0 | 15 | 20 | 250 | 77 | 71 |
| Binary | 1001011 | 11010110 | 10111010 | 1000001 | 0 | 1101 | 10000 | 10101000 | 111111 | 111001 |
Color Harmonies of #4BD6BA
Complementary color
Monochromatic Colors of #4BD6BA
Black with #4BD6BA
Text Example
Text Example
White with #4BD6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD6BA; }
p { color: rgb(75,214,186); }
H1.HeaderClassName
{
color: #4BD6BA;
}
.AnyTagClassName
{
color: #4BD6BA;
}
</style>
background-color css
<style>
a { background-color: #4BD6BA; }
a { background-color: rgb(75,214,186); }
div.DivClassName
{
background-color: #4BD6BA;
}
.BgClassName
{
background-color: #4BD6BA;
}
</style>
border-color css
<style>
span { border-color: #4BD6BA; }
span { border-color: rgb(75,214,186); }
td.TdClassName
{
border-color: #4BD6BA;
}
.TagClassName
{
border-color: #4BD6BA;
}
</style>