Shades of Medium Turquoise #4BD8BA
Tints of Medium Turquoise #4BD8BA
RGB
CMYK
RGB Variations
Color information
#4BD8BA (or 0x4BD8BA) is known color: Medium Turquoise. HEX triplet: 4B, D8 and BA. RGB value is (75,216,186). Sum of RGB (Red+Green+Blue) = 75+216+186=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD8BA is #B42745. Grayscale: #AAAAAA. Windows color (decimal): -11806534 or 12245067. OLE color: 12245067.
HSL color Cylindrical-coordinate representation of color #4BD8BA: hue angle of 167.23º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD8BA is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 186 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.15 |
| HSL | 167.23º | 0.64% | 0.57% | - |
| HSV(B) | 167.23º | 0.65% | 0.85% | - |
| XYZ | 36.32 | 54.15 | 54.99 | - |
| YUV | 170.42 | 136.79 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 186 | 0.65 | 0 | 0.14 | 0.15 | 167.23 | 0.64 | 0.57 |
| Hex | 4B | D8 | BA | 41 | 0 | E | F | A7 | 40 | 39 |
| Octal | 113 | 330 | 272 | 101 | 0 | 16 | 17 | 247 | 100 | 71 |
| Binary | 1001011 | 11011000 | 10111010 | 1000001 | 0 | 1110 | 1111 | 10100111 | 1000000 | 111001 |
Color Harmonies of #4BD8BA
Complementary color
Monochromatic Colors of #4BD8BA
Black with #4BD8BA
Text Example
Text Example
White with #4BD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD8BA; }
p { color: rgb(75,216,186); }
H1.HeaderClassName
{
color: #4BD8BA;
}
.AnyTagClassName
{
color: #4BD8BA;
}
</style>
background-color css
<style>
a { background-color: #4BD8BA; }
a { background-color: rgb(75,216,186); }
div.DivClassName
{
background-color: #4BD8BA;
}
.BgClassName
{
background-color: #4BD8BA;
}
</style>
border-color css
<style>
span { border-color: #4BD8BA; }
span { border-color: rgb(75,216,186); }
td.TdClassName
{
border-color: #4BD8BA;
}
.TagClassName
{
border-color: #4BD8BA;
}
</style>