Shades of Turquoise #4CFBBE
Tints of Turquoise #4CFBBE
RGB
CMYK
RGB Variations
Color information
#4CFBBE (or 0x4CFBBE) is known color: Turquoise. HEX triplet: 4C, FB and BE. RGB value is (76,251,190). Sum of RGB (Red+Green+Blue) = 76+251+190=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBBE is #B30441. Grayscale: #BFBFBF. Windows color (decimal): -11732034 or 12516172. OLE color: 12516172.
HSL color Cylindrical-coordinate representation of color #4CFBBE: hue angle of 159.09º 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 #4CFBBE is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 190 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.02 |
| HSL | 159.09º | 0.96% | 0.64% | - |
| HSV(B) | 159.09º | 0.7% | 0.98% | - |
| XYZ | 46.77 | 74.25 | 60.58 | - |
| YUV | 191.72 | 127.02 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 190 | 0.70 | 0 | 0.24 | 0.02 | 159.09 | 0.96 | 0.64 |
| Hex | 4C | FB | BE | 46 | 0 | 18 | 2 | 9F | 60 | 40 |
| Octal | 114 | 373 | 276 | 106 | 0 | 30 | 2 | 237 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10111110 | 1000110 | 0 | 11000 | 10 | 10011111 | 1100000 | 1000000 |
Color Harmonies of #4CFBBE
Complementary color
Monochromatic Colors of #4CFBBE
Black with #4CFBBE
Text Example
Text Example
White with #4CFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBBE; }
p { color: rgb(76,251,190); }
H1.HeaderClassName
{
color: #4CFBBE;
}
.AnyTagClassName
{
color: #4CFBBE;
}
</style>
background-color css
<style>
a { background-color: #4CFBBE; }
a { background-color: rgb(76,251,190); }
div.DivClassName
{
background-color: #4CFBBE;
}
.BgClassName
{
background-color: #4CFBBE;
}
</style>
border-color css
<style>
span { border-color: #4CFBBE; }
span { border-color: rgb(76,251,190); }
td.TdClassName
{
border-color: #4CFBBE;
}
.TagClassName
{
border-color: #4CFBBE;
}
</style>