Shades of Turquoise #4BFCBD
Tints of Turquoise #4BFCBD
RGB
CMYK
RGB Variations
Color information
#4BFCBD (or 0x4BFCBD) is known color: Turquoise. HEX triplet: 4B, FC and BD. RGB value is (75,252,189). Sum of RGB (Red+Green+Blue) = 75+252+189=516 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.53% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCBD is #B40342. Grayscale: #BFBFBF. Windows color (decimal): -11797315 or 12450891. OLE color: 12450891.
HSL color Cylindrical-coordinate representation of color #4BFCBD: hue angle of 158.64º 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 #4BFCBD is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 189 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.01 |
| HSL | 158.64º | 0.97% | 0.64% | - |
| HSV(B) | 158.64º | 0.7% | 0.99% | - |
| XYZ | 46.9 | 74.79 | 60.11 | - |
| YUV | 191.9 | 126.36 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 189 | 0.70 | 0 | 0.25 | 0.01 | 158.64 | 0.97 | 0.64 |
| Hex | 4B | FC | BD | 46 | 0 | 19 | 1 | 9F | 61 | 40 |
| Octal | 113 | 374 | 275 | 106 | 0 | 31 | 1 | 237 | 141 | 100 |
| Binary | 1001011 | 11111100 | 10111101 | 1000110 | 0 | 11001 | 1 | 10011111 | 1100001 | 1000000 |
Color Harmonies of #4BFCBD
Complementary color
Monochromatic Colors of #4BFCBD
Black with #4BFCBD
Text Example
Text Example
White with #4BFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCBD; }
p { color: rgb(75,252,189); }
H1.HeaderClassName
{
color: #4BFCBD;
}
.AnyTagClassName
{
color: #4BFCBD;
}
</style>
background-color css
<style>
a { background-color: #4BFCBD; }
a { background-color: rgb(75,252,189); }
div.DivClassName
{
background-color: #4BFCBD;
}
.BgClassName
{
background-color: #4BFCBD;
}
</style>
border-color css
<style>
span { border-color: #4BFCBD; }
span { border-color: rgb(75,252,189); }
td.TdClassName
{
border-color: #4BFCBD;
}
.TagClassName
{
border-color: #4BFCBD;
}
</style>