Shades of Turquoise #4BFDBF
Tints of Turquoise #4BFDBF
RGB
CMYK
RGB Variations
Color information
#4BFDBF (or 0x4BFDBF) is known color: Turquoise. HEX triplet: 4B, FD and BF. RGB value is (75,253,191). Sum of RGB (Red+Green+Blue) = 75+253+191=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDBF is #B40240. Grayscale: #C0C0C0. Windows color (decimal): -11797057 or 12582219. OLE color: 12582219.
HSL color Cylindrical-coordinate representation of color #4BFDBF: hue angle of 159.1º 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 #4BFDBF is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 191 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.01 |
| HSL | 159.1º | 0.98% | 0.64% | - |
| HSV(B) | 159.1º | 0.7% | 0.99% | - |
| XYZ | 47.43 | 75.51 | 61.36 | - |
| YUV | 192.71 | 127.03 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 191 | 0.70 | 0 | 0.25 | 0.01 | 159.1 | 0.98 | 0.64 |
| Hex | 4B | FD | BF | 46 | 0 | 19 | 1 | 9F | 62 | 40 |
| Octal | 113 | 375 | 277 | 106 | 0 | 31 | 1 | 237 | 142 | 100 |
| Binary | 1001011 | 11111101 | 10111111 | 1000110 | 0 | 11001 | 1 | 10011111 | 1100010 | 1000000 |
Color Harmonies of #4BFDBF
Complementary color
Monochromatic Colors of #4BFDBF
Black with #4BFDBF
Text Example
Text Example
White with #4BFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDBF; }
p { color: rgb(75,253,191); }
H1.HeaderClassName
{
color: #4BFDBF;
}
.AnyTagClassName
{
color: #4BFDBF;
}
</style>
background-color css
<style>
a { background-color: #4BFDBF; }
a { background-color: rgb(75,253,191); }
div.DivClassName
{
background-color: #4BFDBF;
}
.BgClassName
{
background-color: #4BFDBF;
}
</style>
border-color css
<style>
span { border-color: #4BFDBF; }
span { border-color: rgb(75,253,191); }
td.TdClassName
{
border-color: #4BFDBF;
}
.TagClassName
{
border-color: #4BFDBF;
}
</style>