Shades of Turquoise #4CFBBF
Tints of Turquoise #4CFBBF
RGB
CMYK
RGB Variations
Color information
#4CFBBF (or 0x4CFBBF) is known color: Turquoise. HEX triplet: 4C, FB and BF. RGB value is (76,251,191). Sum of RGB (Red+Green+Blue) = 76+251+191=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBBF is #B30440. Grayscale: #BFBFBF. Windows color (decimal): -11732033 or 12581708. OLE color: 12581708.
HSL color Cylindrical-coordinate representation of color #4CFBBF: hue angle of 159.43º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFBBF is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 191 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.02 |
| HSL | 159.43º | 0.96% | 0.64% | - |
| HSV(B) | 159.43º | 0.7% | 0.98% | - |
| XYZ | 46.88 | 74.29 | 61.16 | - |
| YUV | 191.84 | 127.52 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 191 | 0.70 | 0 | 0.24 | 0.02 | 159.43 | 0.96 | 0.64 |
| Hex | 4C | FB | BF | 46 | 0 | 18 | 2 | 9F | 60 | 40 |
| Octal | 114 | 373 | 277 | 106 | 0 | 30 | 2 | 237 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10111111 | 1000110 | 0 | 11000 | 10 | 10011111 | 1100000 | 1000000 |
Color Harmonies of #4CFBBF
Complementary color
Monochromatic Colors of #4CFBBF
Black with #4CFBBF
Text Example
Text Example
White with #4CFBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBBF; }
p { color: rgb(76,251,191); }
H1.HeaderClassName
{
color: #4CFBBF;
}
.AnyTagClassName
{
color: #4CFBBF;
}
</style>
background-color css
<style>
a { background-color: #4CFBBF; }
a { background-color: rgb(76,251,191); }
div.DivClassName
{
background-color: #4CFBBF;
}
.BgClassName
{
background-color: #4CFBBF;
}
</style>
border-color css
<style>
span { border-color: #4CFBBF; }
span { border-color: rgb(76,251,191); }
td.TdClassName
{
border-color: #4CFBBF;
}
.TagClassName
{
border-color: #4CFBBF;
}
</style>