Shades of Turquoise #4CECCE
Tints of Turquoise #4CECCE
RGB
CMYK
RGB Variations
Color information
#4CECCE (or 0x4CECCE) is known color: Turquoise. HEX triplet: 4C, EC and CE. RGB value is (76,236,206). Sum of RGB (Red+Green+Blue) = 76+236+206=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECCE is #B31331. Grayscale: #B8B8B8. Windows color (decimal): -11735858 or 13560908. OLE color: 13560908.
HSL color Cylindrical-coordinate representation of color #4CECCE: hue angle of 168.75º 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 #4CECCE is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 206 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.07 |
| HSL | 168.75º | 0.81% | 0.61% | - |
| HSV(B) | 168.75º | 0.68% | 0.93% | - |
| XYZ | 44.12 | 65.98 | 68.8 | - |
| YUV | 184.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 206 | 0.68 | 0 | 0.13 | 0.07 | 168.75 | 0.81 | 0.61 |
| Hex | 4C | EC | CE | 44 | 0 | D | 7 | A9 | 51 | 3D |
| Octal | 114 | 354 | 316 | 104 | 0 | 15 | 7 | 251 | 121 | 75 |
| Binary | 1001100 | 11101100 | 11001110 | 1000100 | 0 | 1101 | 111 | 10101001 | 1010001 | 111101 |
Color Harmonies of #4CECCE
Complementary color
Monochromatic Colors of #4CECCE
Black with #4CECCE
Text Example
Text Example
White with #4CECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CECCE; }
p { color: rgb(76,236,206); }
H1.HeaderClassName
{
color: #4CECCE;
}
.AnyTagClassName
{
color: #4CECCE;
}
</style>
background-color css
<style>
a { background-color: #4CECCE; }
a { background-color: rgb(76,236,206); }
div.DivClassName
{
background-color: #4CECCE;
}
.BgClassName
{
background-color: #4CECCE;
}
</style>
border-color css
<style>
span { border-color: #4CECCE; }
span { border-color: rgb(76,236,206); }
td.TdClassName
{
border-color: #4CECCE;
}
.TagClassName
{
border-color: #4CECCE;
}
</style>