Shades of Turquoise #4BFEBA
Tints of Turquoise #4BFEBA
RGB
CMYK
RGB Variations
Color information
#4BFEBA (or 0x4BFEBA) is known color: Turquoise. HEX triplet: 4B, FE and BA. RGB value is (75,254,186). Sum of RGB (Red+Green+Blue) = 75+254+186=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEBA is #B40145. Grayscale: #C0C0C0. Windows color (decimal): -11796806 or 12254795. OLE color: 12254795.
HSL color Cylindrical-coordinate representation of color #4BFEBA: hue angle of 157.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEBA is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 186 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.00 |
| HSL | 157.21º | 0.99% | 0.65% | - |
| HSV(B) | 157.21º | 0.7% | 1% | - |
| XYZ | 47.21 | 75.92 | 58.62 | - |
| YUV | 192.73 | 124.2 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 186 | 0.70 | 0 | 0.27 | 0.00 | 157.21 | 0.99 | 0.65 |
| Hex | 4B | FE | BA | 46 | 0 | 1B | 0 | 9D | 63 | 41 |
| Octal | 113 | 376 | 272 | 106 | 0 | 33 | 0 | 235 | 143 | 101 |
| Binary | 1001011 | 11111110 | 10111010 | 1000110 | 0 | 11011 | 0 | 10011101 | 1100011 | 1000001 |
Color Harmonies of #4BFEBA
Complementary color
Monochromatic Colors of #4BFEBA
Black with #4BFEBA
Text Example
Text Example
White with #4BFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEBA; }
p { color: rgb(75,254,186); }
H1.HeaderClassName
{
color: #4BFEBA;
}
.AnyTagClassName
{
color: #4BFEBA;
}
</style>
background-color css
<style>
a { background-color: #4BFEBA; }
a { background-color: rgb(75,254,186); }
div.DivClassName
{
background-color: #4BFEBA;
}
.BgClassName
{
background-color: #4BFEBA;
}
</style>
border-color css
<style>
span { border-color: #4BFEBA; }
span { border-color: rgb(75,254,186); }
td.TdClassName
{
border-color: #4BFEBA;
}
.TagClassName
{
border-color: #4BFEBA;
}
</style>