Shades of Turquoise #4BFEAD
Tints of Turquoise #4BFEAD
RGB
CMYK
RGB Variations
Color information
#4BFEAD (or 0x4BFEAD) is known color: Turquoise. HEX triplet: 4B, FE and AD. RGB value is (75,254,173). Sum of RGB (Red+Green+Blue) = 75+254+173=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFEAD is #B40152. Grayscale: #BFBFBF. Windows color (decimal): -11796819 or 11402827. OLE color: 11402827.
HSL color Cylindrical-coordinate representation of color #4BFEAD: hue angle of 152.85º 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 #4BFEAD is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 173 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.00 |
| HSL | 152.85º | 0.99% | 0.65% | - |
| HSV(B) | 152.85º | 0.7% | 1% | - |
| XYZ | 45.89 | 75.4 | 51.67 | - |
| YUV | 191.25 | 117.7 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 173 | 0.70 | 0 | 0.32 | 0.00 | 152.85 | 0.99 | 0.65 |
| Hex | 4B | FE | AD | 46 | 0 | 20 | 0 | 99 | 63 | 41 |
| Octal | 113 | 376 | 255 | 106 | 0 | 40 | 0 | 231 | 143 | 101 |
| Binary | 1001011 | 11111110 | 10101101 | 1000110 | 0 | 100000 | 0 | 10011001 | 1100011 | 1000001 |
Color Harmonies of #4BFEAD
Complementary color
Monochromatic Colors of #4BFEAD
Black with #4BFEAD
Text Example
Text Example
White with #4BFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEAD; }
p { color: rgb(75,254,173); }
H1.HeaderClassName
{
color: #4BFEAD;
}
.AnyTagClassName
{
color: #4BFEAD;
}
</style>
background-color css
<style>
a { background-color: #4BFEAD; }
a { background-color: rgb(75,254,173); }
div.DivClassName
{
background-color: #4BFEAD;
}
.BgClassName
{
background-color: #4BFEAD;
}
</style>
border-color css
<style>
span { border-color: #4BFEAD; }
span { border-color: rgb(75,254,173); }
td.TdClassName
{
border-color: #4BFEAD;
}
.TagClassName
{
border-color: #4BFEAD;
}
</style>