Shades of Turquoise #4BFBB4
Tints of Turquoise #4BFBB4
RGB
CMYK
RGB Variations
Color information
#4BFBB4 (or 0x4BFBB4) is known color: Turquoise. HEX triplet: 4B, FB and B4. RGB value is (75,251,180). Sum of RGB (Red+Green+Blue) = 75+251+180=506 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.82% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBB4 is #B4044B. Grayscale: #BEBEBE. Windows color (decimal): -11797580 or 11860811. OLE color: 11860811.
HSL color Cylindrical-coordinate representation of color #4BFBB4: hue angle of 155.8º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFBB4 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 180 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.02 |
| HSL | 155.8º | 0.96% | 0.64% | - |
| HSV(B) | 155.8º | 0.7% | 0.98% | - |
| XYZ | 45.64 | 73.79 | 55.02 | - |
| YUV | 190.28 | 122.19 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 180 | 0.70 | 0 | 0.28 | 0.02 | 155.8 | 0.96 | 0.64 |
| Hex | 4B | FB | B4 | 46 | 0 | 1C | 2 | 9C | 60 | 40 |
| Octal | 113 | 373 | 264 | 106 | 0 | 34 | 2 | 234 | 140 | 100 |
| Binary | 1001011 | 11111011 | 10110100 | 1000110 | 0 | 11100 | 10 | 10011100 | 1100000 | 1000000 |
Color Harmonies of #4BFBB4
Complementary color
Monochromatic Colors of #4BFBB4
Black with #4BFBB4
Text Example
Text Example
White with #4BFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBB4; }
p { color: rgb(75,251,180); }
H1.HeaderClassName
{
color: #4BFBB4;
}
.AnyTagClassName
{
color: #4BFBB4;
}
</style>
background-color css
<style>
a { background-color: #4BFBB4; }
a { background-color: rgb(75,251,180); }
div.DivClassName
{
background-color: #4BFBB4;
}
.BgClassName
{
background-color: #4BFBB4;
}
</style>
border-color css
<style>
span { border-color: #4BFBB4; }
span { border-color: rgb(75,251,180); }
td.TdClassName
{
border-color: #4BFBB4;
}
.TagClassName
{
border-color: #4BFBB4;
}
</style>