Shades of Turquoise #4BFEB8
Tints of Turquoise #4BFEB8
RGB
CMYK
RGB Variations
Color information
#4BFEB8 (or 0x4BFEB8) is known color: Turquoise. HEX triplet: 4B, FE and B8. RGB value is (75,254,184). Sum of RGB (Red+Green+Blue) = 75+254+184=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEB8 is #B40147. Grayscale: #C0C0C0. Windows color (decimal): -11796808 or 12123723. OLE color: 12123723.
HSL color Cylindrical-coordinate representation of color #4BFEB8: hue angle of 156.54º 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 #4BFEB8 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 184 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.00 |
| HSL | 156.54º | 0.99% | 0.65% | - |
| HSV(B) | 156.54º | 0.7% | 1% | - |
| XYZ | 47 | 75.84 | 57.51 | - |
| YUV | 192.5 | 123.2 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 184 | 0.70 | 0 | 0.28 | 0.00 | 156.54 | 0.99 | 0.65 |
| Hex | 4B | FE | B8 | 46 | 0 | 1C | 0 | 9D | 63 | 41 |
| Octal | 113 | 376 | 270 | 106 | 0 | 34 | 0 | 235 | 143 | 101 |
| Binary | 1001011 | 11111110 | 10111000 | 1000110 | 0 | 11100 | 0 | 10011101 | 1100011 | 1000001 |
Color Harmonies of #4BFEB8
Complementary color
Monochromatic Colors of #4BFEB8
Black with #4BFEB8
Text Example
Text Example
White with #4BFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFEB8; }
p { color: rgb(75,254,184); }
H1.HeaderClassName
{
color: #4BFEB8;
}
.AnyTagClassName
{
color: #4BFEB8;
}
</style>
background-color css
<style>
a { background-color: #4BFEB8; }
a { background-color: rgb(75,254,184); }
div.DivClassName
{
background-color: #4BFEB8;
}
.BgClassName
{
background-color: #4BFEB8;
}
</style>
border-color css
<style>
span { border-color: #4BFEB8; }
span { border-color: rgb(75,254,184); }
td.TdClassName
{
border-color: #4BFEB8;
}
.TagClassName
{
border-color: #4BFEB8;
}
</style>