Shades of Turquoise #4BFFB9
Tints of Turquoise #4BFFB9
RGB
CMYK
RGB Variations
Color information
#4BFFB9 (or 0x4BFFB9) is known color: Turquoise. HEX triplet: 4B, FF and B9. RGB value is (75,255,185). Sum of RGB (Red+Green+Blue) = 75+255+185=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFB9 is #B40046. Grayscale: #C1C1C1. Windows color (decimal): -11796551 or 12189515. OLE color: 12189515.
HSL color Cylindrical-coordinate representation of color #4BFFB9: hue angle of 156.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFB9 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 185 | - |
| CMYK | 0.71 | 0 | 0.27 | 0 |
| HSL | 156.67º | 1% | 0.65% | - |
| HSV(B) | 156.67º | 0.71% | 1% | - |
| XYZ | 47.42 | 76.52 | 58.17 | - |
| YUV | 193.2 | 123.37 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 185 | 0.71 | 0 | 0.27 | 0 | 156.67 | 1 | 0.65 |
| Hex | 4B | FF | B9 | 47 | 0 | 1B | 0 | 9D | 64 | 41 |
| Octal | 113 | 377 | 271 | 107 | 0 | 33 | 0 | 235 | 144 | 101 |
| Binary | 1001011 | 11111111 | 10111001 | 1000111 | 0 | 11011 | 0 | 10011101 | 1100100 | 1000001 |
Color Harmonies of #4BFFB9
Complementary color
Monochromatic Colors of #4BFFB9
Black with #4BFFB9
Text Example
Text Example
White with #4BFFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFB9; }
p { color: rgb(75,255,185); }
H1.HeaderClassName
{
color: #4BFFB9;
}
.AnyTagClassName
{
color: #4BFFB9;
}
</style>
background-color css
<style>
a { background-color: #4BFFB9; }
a { background-color: rgb(75,255,185); }
div.DivClassName
{
background-color: #4BFFB9;
}
.BgClassName
{
background-color: #4BFFB9;
}
</style>
border-color css
<style>
span { border-color: #4BFFB9; }
span { border-color: rgb(75,255,185); }
td.TdClassName
{
border-color: #4BFFB9;
}
.TagClassName
{
border-color: #4BFFB9;
}
</style>