Shades of Turquoise #4CFDBB
Tints of Turquoise #4CFDBB
RGB
CMYK
RGB Variations
Color information
#4CFDBB (or 0x4CFDBB) is known color: Turquoise. HEX triplet: 4C, FD and BB. RGB value is (76,253,187). Sum of RGB (Red+Green+Blue) = 76+253+187=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDBB is #B30244. Grayscale: #C0C0C0. Windows color (decimal): -11731525 or 12320076. OLE color: 12320076.
HSL color Cylindrical-coordinate representation of color #4CFDBB: hue angle of 157.63º 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 #4CFDBB is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 187 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.01 |
| HSL | 157.63º | 0.98% | 0.65% | - |
| HSV(B) | 157.63º | 0.7% | 0.99% | - |
| XYZ | 47.08 | 75.37 | 59.08 | - |
| YUV | 192.55 | 124.86 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 187 | 0.70 | 0 | 0.26 | 0.01 | 157.63 | 0.98 | 0.65 |
| Hex | 4C | FD | BB | 46 | 0 | 1A | 1 | 9E | 62 | 41 |
| Octal | 114 | 375 | 273 | 106 | 0 | 32 | 1 | 236 | 142 | 101 |
| Binary | 1001100 | 11111101 | 10111011 | 1000110 | 0 | 11010 | 1 | 10011110 | 1100010 | 1000001 |
Color Harmonies of #4CFDBB
Complementary color
Monochromatic Colors of #4CFDBB
Black with #4CFDBB
Text Example
Text Example
White with #4CFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDBB; }
p { color: rgb(76,253,187); }
H1.HeaderClassName
{
color: #4CFDBB;
}
.AnyTagClassName
{
color: #4CFDBB;
}
</style>
background-color css
<style>
a { background-color: #4CFDBB; }
a { background-color: rgb(76,253,187); }
div.DivClassName
{
background-color: #4CFDBB;
}
.BgClassName
{
background-color: #4CFDBB;
}
</style>
border-color css
<style>
span { border-color: #4CFDBB; }
span { border-color: rgb(76,253,187); }
td.TdClassName
{
border-color: #4CFDBB;
}
.TagClassName
{
border-color: #4CFDBB;
}
</style>