Shades of Turquoise #4BFCBC
Tints of Turquoise #4BFCBC
RGB
CMYK
RGB Variations
Color information
#4BFCBC (or 0x4BFCBC) is known color: Turquoise. HEX triplet: 4B, FC and BC. RGB value is (75,252,188). Sum of RGB (Red+Green+Blue) = 75+252+188=515 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.56% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCBC is #B40343. Grayscale: #BFBFBF. Windows color (decimal): -11797316 or 12385355. OLE color: 12385355.
HSL color Cylindrical-coordinate representation of color #4BFCBC: hue angle of 158.31º 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 #4BFCBC is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 188 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.01 |
| HSL | 158.31º | 0.97% | 0.64% | - |
| HSV(B) | 158.31º | 0.7% | 0.99% | - |
| XYZ | 46.79 | 74.75 | 59.54 | - |
| YUV | 191.78 | 125.86 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 188 | 0.70 | 0 | 0.25 | 0.01 | 158.31 | 0.97 | 0.64 |
| Hex | 4B | FC | BC | 46 | 0 | 19 | 1 | 9E | 61 | 40 |
| Octal | 113 | 374 | 274 | 106 | 0 | 31 | 1 | 236 | 141 | 100 |
| Binary | 1001011 | 11111100 | 10111100 | 1000110 | 0 | 11001 | 1 | 10011110 | 1100001 | 1000000 |
Color Harmonies of #4BFCBC
Complementary color
Monochromatic Colors of #4BFCBC
Black with #4BFCBC
Text Example
Text Example
White with #4BFCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCBC; }
p { color: rgb(75,252,188); }
H1.HeaderClassName
{
color: #4BFCBC;
}
.AnyTagClassName
{
color: #4BFCBC;
}
</style>
background-color css
<style>
a { background-color: #4BFCBC; }
a { background-color: rgb(75,252,188); }
div.DivClassName
{
background-color: #4BFCBC;
}
.BgClassName
{
background-color: #4BFCBC;
}
</style>
border-color css
<style>
span { border-color: #4BFCBC; }
span { border-color: rgb(75,252,188); }
td.TdClassName
{
border-color: #4BFCBC;
}
.TagClassName
{
border-color: #4BFCBC;
}
</style>