Shades of Turquoise #4BFCBA
Tints of Turquoise #4BFCBA
RGB
CMYK
RGB Variations
Color information
#4BFCBA (or 0x4BFCBA) is known color: Turquoise. HEX triplet: 4B, FC and BA. RGB value is (75,252,186). Sum of RGB (Red+Green+Blue) = 75+252+186=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCBA is #B40345. Grayscale: #BFBFBF. Windows color (decimal): -11797318 or 12254283. OLE color: 12254283.
HSL color Cylindrical-coordinate representation of color #4BFCBA: hue angle of 157.63º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFCBA is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 186 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.01 |
| HSL | 157.63º | 0.97% | 0.64% | - |
| HSV(B) | 157.63º | 0.7% | 0.99% | - |
| XYZ | 46.57 | 74.66 | 58.41 | - |
| YUV | 191.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 186 | 0.70 | 0 | 0.26 | 0.01 | 157.63 | 0.97 | 0.64 |
| Hex | 4B | FC | BA | 46 | 0 | 1A | 1 | 9E | 61 | 40 |
| Octal | 113 | 374 | 272 | 106 | 0 | 32 | 1 | 236 | 141 | 100 |
| Binary | 1001011 | 11111100 | 10111010 | 1000110 | 0 | 11010 | 1 | 10011110 | 1100001 | 1000000 |
Color Harmonies of #4BFCBA
Complementary color
Monochromatic Colors of #4BFCBA
Black with #4BFCBA
Text Example
Text Example
White with #4BFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCBA; }
p { color: rgb(75,252,186); }
H1.HeaderClassName
{
color: #4BFCBA;
}
.AnyTagClassName
{
color: #4BFCBA;
}
</style>
background-color css
<style>
a { background-color: #4BFCBA; }
a { background-color: rgb(75,252,186); }
div.DivClassName
{
background-color: #4BFCBA;
}
.BgClassName
{
background-color: #4BFCBA;
}
</style>
border-color css
<style>
span { border-color: #4BFCBA; }
span { border-color: rgb(75,252,186); }
td.TdClassName
{
border-color: #4BFCBA;
}
.TagClassName
{
border-color: #4BFCBA;
}
</style>