Shades of Turquoise #4BE0BA
Tints of Turquoise #4BE0BA
RGB
CMYK
RGB Variations
Color information
#4BE0BA (or 0x4BE0BA) is known color: Turquoise. HEX triplet: 4B, E0 and BA. RGB value is (75,224,186). Sum of RGB (Red+Green+Blue) = 75+224+186=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0BA is #B41F45. Grayscale: #AFAFAF. Windows color (decimal): -11804486 or 12247115. OLE color: 12247115.
HSL color Cylindrical-coordinate representation of color #4BE0BA: hue angle of 164.7º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0BA is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 224 | 186 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.12 |
| HSL | 164.7º | 0.71% | 0.59% | - |
| HSV(B) | 164.7º | 0.67% | 0.88% | - |
| XYZ | 38.42 | 58.35 | 55.69 | - |
| YUV | 175.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 224 | 186 | 0.67 | 0 | 0.17 | 0.12 | 164.7 | 0.71 | 0.59 |
| Hex | 4B | E0 | BA | 43 | 0 | 11 | C | A5 | 47 | 3B |
| Octal | 113 | 340 | 272 | 103 | 0 | 21 | 14 | 245 | 107 | 73 |
| Binary | 1001011 | 11100000 | 10111010 | 1000011 | 0 | 10001 | 1100 | 10100101 | 1000111 | 111011 |
Color Harmonies of #4BE0BA
Complementary color
Monochromatic Colors of #4BE0BA
Black with #4BE0BA
Text Example
Text Example
White with #4BE0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE0BA; }
p { color: rgb(75,224,186); }
H1.HeaderClassName
{
color: #4BE0BA;
}
.AnyTagClassName
{
color: #4BE0BA;
}
</style>
background-color css
<style>
a { background-color: #4BE0BA; }
a { background-color: rgb(75,224,186); }
div.DivClassName
{
background-color: #4BE0BA;
}
.BgClassName
{
background-color: #4BE0BA;
}
</style>
border-color css
<style>
span { border-color: #4BE0BA; }
span { border-color: rgb(75,224,186); }
td.TdClassName
{
border-color: #4BE0BA;
}
.TagClassName
{
border-color: #4BE0BA;
}
</style>