Shades of Turquoise #4BFEB3
Tints of Turquoise #4BFEB3
RGB
CMYK
RGB Variations
Color information
#4BFEB3 (or 0x4BFEB3) is known color: Turquoise. HEX triplet: 4B, FE and B3. RGB value is (75,254,179). Sum of RGB (Red+Green+Blue) = 75+254+179=508 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.76% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEB3 is #B4014C. Grayscale: #C0C0C0. Windows color (decimal): -11796813 or 11796043. OLE color: 11796043.
HSL color Cylindrical-coordinate representation of color #4BFEB3: hue angle of 154.86º 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 #4BFEB3 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 179 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.00 |
| HSL | 154.86º | 0.99% | 0.65% | - |
| HSV(B) | 154.86º | 0.7% | 1% | - |
| XYZ | 46.48 | 75.63 | 54.8 | - |
| YUV | 191.93 | 120.7 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 179 | 0.70 | 0 | 0.30 | 0.00 | 154.86 | 0.99 | 0.65 |
| Hex | 4B | FE | B3 | 46 | 0 | 1E | 0 | 9B | 63 | 41 |
| Octal | 113 | 376 | 263 | 106 | 0 | 36 | 0 | 233 | 143 | 101 |
| Binary | 1001011 | 11111110 | 10110011 | 1000110 | 0 | 11110 | 0 | 10011011 | 1100011 | 1000001 |
Color Harmonies of #4BFEB3
Complementary color
Monochromatic Colors of #4BFEB3
Black with #4BFEB3
Text Example
Text Example
White with #4BFEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEB3; }
p { color: rgb(75,254,179); }
H1.HeaderClassName
{
color: #4BFEB3;
}
.AnyTagClassName
{
color: #4BFEB3;
}
</style>
background-color css
<style>
a { background-color: #4BFEB3; }
a { background-color: rgb(75,254,179); }
div.DivClassName
{
background-color: #4BFEB3;
}
.BgClassName
{
background-color: #4BFEB3;
}
</style>
border-color css
<style>
span { border-color: #4BFEB3; }
span { border-color: rgb(75,254,179); }
td.TdClassName
{
border-color: #4BFEB3;
}
.TagClassName
{
border-color: #4BFEB3;
}
</style>