Shades of Turquoise #4BFCBF
Tints of Turquoise #4BFCBF
RGB
CMYK
RGB Variations
Color information
#4BFCBF (or 0x4BFCBF) is known color: Turquoise. HEX triplet: 4B, FC and BF. RGB value is (75,252,191). Sum of RGB (Red+Green+Blue) = 75+252+191=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCBF is #B40340. Grayscale: #C0C0C0. Windows color (decimal): -11797313 or 12581963. OLE color: 12581963.
HSL color Cylindrical-coordinate representation of color #4BFCBF: hue angle of 159.32º degrees, saturation: 0.97, 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 #4BFCBF is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 191 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.01 |
| HSL | 159.32º | 0.97% | 0.64% | - |
| HSV(B) | 159.32º | 0.7% | 0.99% | - |
| XYZ | 47.12 | 74.88 | 61.26 | - |
| YUV | 192.12 | 127.36 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 191 | 0.70 | 0 | 0.24 | 0.01 | 159.32 | 0.97 | 0.64 |
| Hex | 4B | FC | BF | 46 | 0 | 18 | 1 | 9F | 61 | 40 |
| Octal | 113 | 374 | 277 | 106 | 0 | 30 | 1 | 237 | 141 | 100 |
| Binary | 1001011 | 11111100 | 10111111 | 1000110 | 0 | 11000 | 1 | 10011111 | 1100001 | 1000000 |
Color Harmonies of #4BFCBF
Complementary color
Monochromatic Colors of #4BFCBF
Black with #4BFCBF
Text Example
Text Example
White with #4BFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCBF; }
p { color: rgb(75,252,191); }
H1.HeaderClassName
{
color: #4BFCBF;
}
.AnyTagClassName
{
color: #4BFCBF;
}
</style>
background-color css
<style>
a { background-color: #4BFCBF; }
a { background-color: rgb(75,252,191); }
div.DivClassName
{
background-color: #4BFCBF;
}
.BgClassName
{
background-color: #4BFCBF;
}
</style>
border-color css
<style>
span { border-color: #4BFCBF; }
span { border-color: rgb(75,252,191); }
td.TdClassName
{
border-color: #4BFCBF;
}
.TagClassName
{
border-color: #4BFCBF;
}
</style>