Shades of Turquoise #4CFDBC
Tints of Turquoise #4CFDBC
RGB
CMYK
RGB Variations
Color information
#4CFDBC (or 0x4CFDBC) is known color: Turquoise. HEX triplet: 4C, FD and BC. RGB value is (76,253,188). Sum of RGB (Red+Green+Blue) = 76+253+188=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDBC is #B30243. Grayscale: #C0C0C0. Windows color (decimal): -11731524 or 12385612. OLE color: 12385612.
HSL color Cylindrical-coordinate representation of color #4CFDBC: hue angle of 157.97º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFDBC is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 188 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.01 |
| HSL | 157.97º | 0.98% | 0.65% | - |
| HSV(B) | 157.97º | 0.7% | 0.99% | - |
| XYZ | 47.18 | 75.42 | 59.65 | - |
| YUV | 192.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 188 | 0.70 | 0 | 0.26 | 0.01 | 157.97 | 0.98 | 0.65 |
| Hex | 4C | FD | BC | 46 | 0 | 1A | 1 | 9E | 62 | 41 |
| Octal | 114 | 375 | 274 | 106 | 0 | 32 | 1 | 236 | 142 | 101 |
| Binary | 1001100 | 11111101 | 10111100 | 1000110 | 0 | 11010 | 1 | 10011110 | 1100010 | 1000001 |
Color Harmonies of #4CFDBC
Complementary color
Monochromatic Colors of #4CFDBC
Black with #4CFDBC
Text Example
Text Example
White with #4CFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDBC; }
p { color: rgb(76,253,188); }
H1.HeaderClassName
{
color: #4CFDBC;
}
.AnyTagClassName
{
color: #4CFDBC;
}
</style>
background-color css
<style>
a { background-color: #4CFDBC; }
a { background-color: rgb(76,253,188); }
div.DivClassName
{
background-color: #4CFDBC;
}
.BgClassName
{
background-color: #4CFDBC;
}
</style>
border-color css
<style>
span { border-color: #4CFDBC; }
span { border-color: rgb(76,253,188); }
td.TdClassName
{
border-color: #4CFDBC;
}
.TagClassName
{
border-color: #4CFDBC;
}
</style>