Shades of Turquoise #4CFABB
Tints of Turquoise #4CFABB
RGB
CMYK
RGB Variations
Color information
#4CFABB (or 0x4CFABB) is known color: Turquoise. HEX triplet: 4C, FA and BB. RGB value is (76,250,187). Sum of RGB (Red+Green+Blue) = 76+250+187=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFABB is #B30544. Grayscale: #BEBEBE. Windows color (decimal): -11732293 or 12319308. OLE color: 12319308.
HSL color Cylindrical-coordinate representation of color #4CFABB: hue angle of 158.28º degrees, saturation: 0.95, 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 #4CFABB is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 187 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.02 |
| HSL | 158.28º | 0.95% | 0.64% | - |
| HSV(B) | 158.28º | 0.7% | 0.98% | - |
| XYZ | 46.14 | 73.5 | 58.77 | - |
| YUV | 190.79 | 125.85 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 187 | 0.70 | 0 | 0.25 | 0.02 | 158.28 | 0.95 | 0.64 |
| Hex | 4C | FA | BB | 46 | 0 | 19 | 2 | 9E | 5F | 40 |
| Octal | 114 | 372 | 273 | 106 | 0 | 31 | 2 | 236 | 137 | 100 |
| Binary | 1001100 | 11111010 | 10111011 | 1000110 | 0 | 11001 | 10 | 10011110 | 1011111 | 1000000 |
Color Harmonies of #4CFABB
Complementary color
Monochromatic Colors of #4CFABB
Black with #4CFABB
Text Example
Text Example
White with #4CFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFABB; }
p { color: rgb(76,250,187); }
H1.HeaderClassName
{
color: #4CFABB;
}
.AnyTagClassName
{
color: #4CFABB;
}
</style>
background-color css
<style>
a { background-color: #4CFABB; }
a { background-color: rgb(76,250,187); }
div.DivClassName
{
background-color: #4CFABB;
}
.BgClassName
{
background-color: #4CFABB;
}
</style>
border-color css
<style>
span { border-color: #4CFABB; }
span { border-color: rgb(76,250,187); }
td.TdClassName
{
border-color: #4CFABB;
}
.TagClassName
{
border-color: #4CFABB;
}
</style>