Shades of Turquoise #4CECBA
Tints of Turquoise #4CECBA
RGB
CMYK
RGB Variations
Color information
#4CECBA (or 0x4CECBA) is known color: Turquoise. HEX triplet: 4C, EC and BA. RGB value is (76,236,186). Sum of RGB (Red+Green+Blue) = 76+236+186=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECBA is #B31345. Grayscale: #B6B6B6. Windows color (decimal): -11735878 or 12250188. OLE color: 12250188.
HSL color Cylindrical-coordinate representation of color #4CECBA: hue angle of 161.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CECBA is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 186 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.07 |
| HSL | 161.25º | 0.81% | 0.61% | - |
| HSV(B) | 161.25º | 0.68% | 0.93% | - |
| XYZ | 41.84 | 65.07 | 56.81 | - |
| YUV | 182.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 186 | 0.68 | 0 | 0.21 | 0.07 | 161.25 | 0.81 | 0.61 |
| Hex | 4C | EC | BA | 44 | 0 | 15 | 7 | A1 | 51 | 3D |
| Octal | 114 | 354 | 272 | 104 | 0 | 25 | 7 | 241 | 121 | 75 |
| Binary | 1001100 | 11101100 | 10111010 | 1000100 | 0 | 10101 | 111 | 10100001 | 1010001 | 111101 |
Color Harmonies of #4CECBA
Complementary color
Monochromatic Colors of #4CECBA
Black with #4CECBA
Text Example
Text Example
White with #4CECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CECBA; }
p { color: rgb(76,236,186); }
H1.HeaderClassName
{
color: #4CECBA;
}
.AnyTagClassName
{
color: #4CECBA;
}
</style>
background-color css
<style>
a { background-color: #4CECBA; }
a { background-color: rgb(76,236,186); }
div.DivClassName
{
background-color: #4CECBA;
}
.BgClassName
{
background-color: #4CECBA;
}
</style>
border-color css
<style>
span { border-color: #4CECBA; }
span { border-color: rgb(76,236,186); }
td.TdClassName
{
border-color: #4CECBA;
}
.TagClassName
{
border-color: #4CECBA;
}
</style>