Shades of Turquoise #4BF6B1
Tints of Turquoise #4BF6B1
RGB
CMYK
RGB Variations
Color information
#4BF6B1 (or 0x4BF6B1) is known color: Turquoise. HEX triplet: 4B, F6 and B1. RGB value is (75,246,177). Sum of RGB (Red+Green+Blue) = 75+246+177=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF6B1 is #B4094E. Grayscale: #BBBBBB. Windows color (decimal): -11798863 or 11662923. OLE color: 11662923.
HSL color Cylindrical-coordinate representation of color #4BF6B1: hue angle of 155.79º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6B1 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 177 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.04 |
| HSL | 155.79º | 0.9% | 0.63% | - |
| HSV(B) | 155.79º | 0.7% | 0.96% | - |
| XYZ | 43.79 | 70.58 | 52.91 | - |
| YUV | 187.01 | 122.35 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 177 | 0.70 | 0 | 0.28 | 0.04 | 155.79 | 0.9 | 0.63 |
| Hex | 4B | F6 | B1 | 46 | 0 | 1C | 4 | 9C | 5A | 3F |
| Octal | 113 | 366 | 261 | 106 | 0 | 34 | 4 | 234 | 132 | 77 |
| Binary | 1001011 | 11110110 | 10110001 | 1000110 | 0 | 11100 | 100 | 10011100 | 1011010 | 111111 |
Color Harmonies of #4BF6B1
Complementary color
Monochromatic Colors of #4BF6B1
Black with #4BF6B1
Text Example
Text Example
White with #4BF6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF6B1; }
p { color: rgb(75,246,177); }
H1.HeaderClassName
{
color: #4BF6B1;
}
.AnyTagClassName
{
color: #4BF6B1;
}
</style>
background-color css
<style>
a { background-color: #4BF6B1; }
a { background-color: rgb(75,246,177); }
div.DivClassName
{
background-color: #4BF6B1;
}
.BgClassName
{
background-color: #4BF6B1;
}
</style>
border-color css
<style>
span { border-color: #4BF6B1; }
span { border-color: rgb(75,246,177); }
td.TdClassName
{
border-color: #4BF6B1;
}
.TagClassName
{
border-color: #4BF6B1;
}
</style>