Shades of Turquoise #4BFEBF
Tints of Turquoise #4BFEBF
RGB
CMYK
RGB Variations
Color information
#4BFEBF (or 0x4BFEBF) is known color: Turquoise. HEX triplet: 4B, FE and BF. RGB value is (75,254,191). Sum of RGB (Red+Green+Blue) = 75+254+191=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEBF is #B40140. Grayscale: #C1C1C1. Windows color (decimal): -11796801 or 12582475. OLE color: 12582475.
HSL color Cylindrical-coordinate representation of color #4BFEBF: hue angle of 158.88º 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 #4BFEBF is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 191 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.00 |
| HSL | 158.88º | 0.99% | 0.65% | - |
| HSV(B) | 158.88º | 0.7% | 1% | - |
| XYZ | 47.75 | 76.14 | 61.47 | - |
| YUV | 193.3 | 126.7 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 191 | 0.70 | 0 | 0.25 | 0.00 | 158.88 | 0.99 | 0.65 |
| Hex | 4B | FE | BF | 46 | 0 | 19 | 0 | 9F | 63 | 41 |
| Octal | 113 | 376 | 277 | 106 | 0 | 31 | 0 | 237 | 143 | 101 |
| Binary | 1001011 | 11111110 | 10111111 | 1000110 | 0 | 11001 | 0 | 10011111 | 1100011 | 1000001 |
Color Harmonies of #4BFEBF
Complementary color
Monochromatic Colors of #4BFEBF
Black with #4BFEBF
Text Example
Text Example
White with #4BFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEBF; }
p { color: rgb(75,254,191); }
H1.HeaderClassName
{
color: #4BFEBF;
}
.AnyTagClassName
{
color: #4BFEBF;
}
</style>
background-color css
<style>
a { background-color: #4BFEBF; }
a { background-color: rgb(75,254,191); }
div.DivClassName
{
background-color: #4BFEBF;
}
.BgClassName
{
background-color: #4BFEBF;
}
</style>
border-color css
<style>
span { border-color: #4BFEBF; }
span { border-color: rgb(75,254,191); }
td.TdClassName
{
border-color: #4BFEBF;
}
.TagClassName
{
border-color: #4BFEBF;
}
</style>