Shades of Turquoise #4CFBB9
Tints of Turquoise #4CFBB9
RGB
CMYK
RGB Variations
Color information
#4CFBB9 (or 0x4CFBB9) is known color: Turquoise. HEX triplet: 4C, FB and B9. RGB value is (76,251,185). Sum of RGB (Red+Green+Blue) = 76+251+185=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBB9 is #B30446. Grayscale: #BFBFBF. Windows color (decimal): -11732039 or 12188492. OLE color: 12188492.
HSL color Cylindrical-coordinate representation of color #4CFBB9: hue angle of 157.37º 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 #4CFBB9 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 185 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.02 |
| HSL | 157.37º | 0.96% | 0.64% | - |
| HSV(B) | 157.37º | 0.7% | 0.98% | - |
| XYZ | 46.23 | 74.03 | 57.75 | - |
| YUV | 191.15 | 124.52 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 185 | 0.70 | 0 | 0.26 | 0.02 | 157.37 | 0.96 | 0.64 |
| Hex | 4C | FB | B9 | 46 | 0 | 1A | 2 | 9D | 60 | 40 |
| Octal | 114 | 373 | 271 | 106 | 0 | 32 | 2 | 235 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10111001 | 1000110 | 0 | 11010 | 10 | 10011101 | 1100000 | 1000000 |
Color Harmonies of #4CFBB9
Complementary color
Monochromatic Colors of #4CFBB9
Black with #4CFBB9
Text Example
Text Example
White with #4CFBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBB9; }
p { color: rgb(76,251,185); }
H1.HeaderClassName
{
color: #4CFBB9;
}
.AnyTagClassName
{
color: #4CFBB9;
}
</style>
background-color css
<style>
a { background-color: #4CFBB9; }
a { background-color: rgb(76,251,185); }
div.DivClassName
{
background-color: #4CFBB9;
}
.BgClassName
{
background-color: #4CFBB9;
}
</style>
border-color css
<style>
span { border-color: #4CFBB9; }
span { border-color: rgb(76,251,185); }
td.TdClassName
{
border-color: #4CFBB9;
}
.TagClassName
{
border-color: #4CFBB9;
}
</style>