Shades of Turquoise #4BFBBA
Tints of Turquoise #4BFBBA
RGB
CMYK
RGB Variations
Color information
#4BFBBA (or 0x4BFBBA) is known color: Turquoise. HEX triplet: 4B, FB and BA. RGB value is (75,251,186). Sum of RGB (Red+Green+Blue) = 75+251+186=512 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.65% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBBA is #B40445. Grayscale: #BFBFBF. Windows color (decimal): -11797574 or 12254027. OLE color: 12254027.
HSL color Cylindrical-coordinate representation of color #4BFBBA: hue angle of 157.84º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFBBA is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 186 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.02 |
| HSL | 157.84º | 0.96% | 0.64% | - |
| HSV(B) | 157.84º | 0.7% | 0.98% | - |
| XYZ | 46.26 | 74.04 | 58.31 | - |
| YUV | 190.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 186 | 0.70 | 0 | 0.26 | 0.02 | 157.84 | 0.96 | 0.64 |
| Hex | 4B | FB | BA | 46 | 0 | 1A | 2 | 9E | 60 | 40 |
| Octal | 113 | 373 | 272 | 106 | 0 | 32 | 2 | 236 | 140 | 100 |
| Binary | 1001011 | 11111011 | 10111010 | 1000110 | 0 | 11010 | 10 | 10011110 | 1100000 | 1000000 |
Color Harmonies of #4BFBBA
Complementary color
Monochromatic Colors of #4BFBBA
Black with #4BFBBA
Text Example
Text Example
White with #4BFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBBA; }
p { color: rgb(75,251,186); }
H1.HeaderClassName
{
color: #4BFBBA;
}
.AnyTagClassName
{
color: #4BFBBA;
}
</style>
background-color css
<style>
a { background-color: #4BFBBA; }
a { background-color: rgb(75,251,186); }
div.DivClassName
{
background-color: #4BFBBA;
}
.BgClassName
{
background-color: #4BFBBA;
}
</style>
border-color css
<style>
span { border-color: #4BFBBA; }
span { border-color: rgb(75,251,186); }
td.TdClassName
{
border-color: #4BFBBA;
}
.TagClassName
{
border-color: #4BFBBA;
}
</style>