Shades of Turquoise #4BFFB7
Tints of Turquoise #4BFFB7
RGB
CMYK
RGB Variations
Color information
#4BFFB7 (or 0x4BFFB7) is known color: Turquoise. HEX triplet: 4B, FF and B7. RGB value is (75,255,183). Sum of RGB (Red+Green+Blue) = 75+255+183=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFB7 is #B40048. Grayscale: #C1C1C1. Windows color (decimal): -11796553 or 12058443. OLE color: 12058443.
HSL color Cylindrical-coordinate representation of color #4BFFB7: hue angle of 156º 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 #4BFFB7 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 183 | - |
| CMYK | 0.71 | 0 | 0.28 | 0 |
| HSL | 156º | 1% | 0.65% | - |
| HSV(B) | 156º | 0.71% | 1% | - |
| XYZ | 47.21 | 76.43 | 57.06 | - |
| YUV | 192.97 | 122.37 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 183 | 0.71 | 0 | 0.28 | 0 | 156 | 1 | 0.65 |
| Hex | 4B | FF | B7 | 47 | 0 | 1C | 0 | 9C | 64 | 41 |
| Octal | 113 | 377 | 267 | 107 | 0 | 34 | 0 | 234 | 144 | 101 |
| Binary | 1001011 | 11111111 | 10110111 | 1000111 | 0 | 11100 | 0 | 10011100 | 1100100 | 1000001 |
Color Harmonies of #4BFFB7
Complementary color
Monochromatic Colors of #4BFFB7
Black with #4BFFB7
Text Example
Text Example
White with #4BFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFB7; }
p { color: rgb(75,255,183); }
H1.HeaderClassName
{
color: #4BFFB7;
}
.AnyTagClassName
{
color: #4BFFB7;
}
</style>
background-color css
<style>
a { background-color: #4BFFB7; }
a { background-color: rgb(75,255,183); }
div.DivClassName
{
background-color: #4BFFB7;
}
.BgClassName
{
background-color: #4BFFB7;
}
</style>
border-color css
<style>
span { border-color: #4BFFB7; }
span { border-color: rgb(75,255,183); }
td.TdClassName
{
border-color: #4BFFB7;
}
.TagClassName
{
border-color: #4BFFB7;
}
</style>