Shades of Turquoise #4CECBC
Tints of Turquoise #4CECBC
RGB
CMYK
RGB Variations
Color information
#4CECBC (or 0x4CECBC) is known color: Turquoise. HEX triplet: 4C, EC and BC. RGB value is (76,236,188). Sum of RGB (Red+Green+Blue) = 76+236+188=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECBC is #B31343. Grayscale: #B6B6B6. Windows color (decimal): -11735876 or 12381260. OLE color: 12381260.
HSL color Cylindrical-coordinate representation of color #4CECBC: hue angle of 162º 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 #4CECBC is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 188 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.07 |
| HSL | 162º | 0.81% | 0.61% | - |
| HSV(B) | 162º | 0.68% | 0.93% | - |
| XYZ | 42.05 | 65.16 | 57.94 | - |
| YUV | 182.69 | 130.99 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 188 | 0.68 | 0 | 0.20 | 0.07 | 162 | 0.81 | 0.61 |
| Hex | 4C | EC | BC | 44 | 0 | 14 | 7 | A2 | 51 | 3D |
| Octal | 114 | 354 | 274 | 104 | 0 | 24 | 7 | 242 | 121 | 75 |
| Binary | 1001100 | 11101100 | 10111100 | 1000100 | 0 | 10100 | 111 | 10100010 | 1010001 | 111101 |
Color Harmonies of #4CECBC
Complementary color
Monochromatic Colors of #4CECBC
Black with #4CECBC
Text Example
Text Example
White with #4CECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CECBC; }
p { color: rgb(76,236,188); }
H1.HeaderClassName
{
color: #4CECBC;
}
.AnyTagClassName
{
color: #4CECBC;
}
</style>
background-color css
<style>
a { background-color: #4CECBC; }
a { background-color: rgb(76,236,188); }
div.DivClassName
{
background-color: #4CECBC;
}
.BgClassName
{
background-color: #4CECBC;
}
</style>
border-color css
<style>
span { border-color: #4CECBC; }
span { border-color: rgb(76,236,188); }
td.TdClassName
{
border-color: #4CECBC;
}
.TagClassName
{
border-color: #4CECBC;
}
</style>