Shades of Turquoise #4BFDBB
Tints of Turquoise #4BFDBB
RGB
CMYK
RGB Variations
Color information
#4BFDBB (or 0x4BFDBB) is known color: Turquoise. HEX triplet: 4B, FD and BB. RGB value is (75,253,187). Sum of RGB (Red+Green+Blue) = 75+253+187=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDBB is #B40244. Grayscale: #C0C0C0. Windows color (decimal): -11797061 or 12320075. OLE color: 12320075.
HSL color Cylindrical-coordinate representation of color #4BFDBB: hue angle of 157.75º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDBB is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 187 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.01 |
| HSL | 157.75º | 0.98% | 0.64% | - |
| HSV(B) | 157.75º | 0.7% | 0.99% | - |
| XYZ | 47 | 75.33 | 59.08 | - |
| YUV | 192.25 | 125.03 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 187 | 0.70 | 0 | 0.26 | 0.01 | 157.75 | 0.98 | 0.64 |
| Hex | 4B | FD | BB | 46 | 0 | 1A | 1 | 9E | 62 | 40 |
| Octal | 113 | 375 | 273 | 106 | 0 | 32 | 1 | 236 | 142 | 100 |
| Binary | 1001011 | 11111101 | 10111011 | 1000110 | 0 | 11010 | 1 | 10011110 | 1100010 | 1000000 |
Color Harmonies of #4BFDBB
Complementary color
Monochromatic Colors of #4BFDBB
Black with #4BFDBB
Text Example
Text Example
White with #4BFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDBB; }
p { color: rgb(75,253,187); }
H1.HeaderClassName
{
color: #4BFDBB;
}
.AnyTagClassName
{
color: #4BFDBB;
}
</style>
background-color css
<style>
a { background-color: #4BFDBB; }
a { background-color: rgb(75,253,187); }
div.DivClassName
{
background-color: #4BFDBB;
}
.BgClassName
{
background-color: #4BFDBB;
}
</style>
border-color css
<style>
span { border-color: #4BFDBB; }
span { border-color: rgb(75,253,187); }
td.TdClassName
{
border-color: #4BFDBB;
}
.TagClassName
{
border-color: #4BFDBB;
}
</style>