Shades of Turquoise #4CFBBD
Tints of Turquoise #4CFBBD
RGB
CMYK
RGB Variations
Color information
#4CFBBD (or 0x4CFBBD) is known color: Turquoise. HEX triplet: 4C, FB and BD. RGB value is (76,251,189). Sum of RGB (Red+Green+Blue) = 76+251+189=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBBD is #B30442. Grayscale: #BFBFBF. Windows color (decimal): -11732035 or 12450636. OLE color: 12450636.
HSL color Cylindrical-coordinate representation of color #4CFBBD: hue angle of 158.74º 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 #4CFBBD is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 189 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.02 |
| HSL | 158.74º | 0.96% | 0.64% | - |
| HSV(B) | 158.74º | 0.7% | 0.98% | - |
| XYZ | 46.66 | 74.2 | 60.01 | - |
| YUV | 191.61 | 126.52 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 189 | 0.70 | 0 | 0.25 | 0.02 | 158.74 | 0.96 | 0.64 |
| Hex | 4C | FB | BD | 46 | 0 | 19 | 2 | 9F | 60 | 40 |
| Octal | 114 | 373 | 275 | 106 | 0 | 31 | 2 | 237 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10111101 | 1000110 | 0 | 11001 | 10 | 10011111 | 1100000 | 1000000 |
Color Harmonies of #4CFBBD
Complementary color
Monochromatic Colors of #4CFBBD
Black with #4CFBBD
Text Example
Text Example
White with #4CFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBBD; }
p { color: rgb(76,251,189); }
H1.HeaderClassName
{
color: #4CFBBD;
}
.AnyTagClassName
{
color: #4CFBBD;
}
</style>
background-color css
<style>
a { background-color: #4CFBBD; }
a { background-color: rgb(76,251,189); }
div.DivClassName
{
background-color: #4CFBBD;
}
.BgClassName
{
background-color: #4CFBBD;
}
</style>
border-color css
<style>
span { border-color: #4CFBBD; }
span { border-color: rgb(76,251,189); }
td.TdClassName
{
border-color: #4CFBBD;
}
.TagClassName
{
border-color: #4CFBBD;
}
</style>