Shades of Turquoise #4CECC8
Tints of Turquoise #4CECC8
RGB
CMYK
RGB Variations
Color information
#4CECC8 (or 0x4CECC8) is known color: Turquoise. HEX triplet: 4C, EC and C8. RGB value is (76,236,200). Sum of RGB (Red+Green+Blue) = 76+236+200=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECC8 is #B31337. Grayscale: #B8B8B8. Windows color (decimal): -11735864 or 13167692. OLE color: 13167692.
HSL color Cylindrical-coordinate representation of color #4CECC8: hue angle of 166.5º 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 #4CECC8 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 200 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.07 |
| HSL | 166.5º | 0.81% | 0.61% | - |
| HSV(B) | 166.5º | 0.68% | 0.93% | - |
| XYZ | 43.4 | 65.7 | 65.04 | - |
| YUV | 184.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 200 | 0.68 | 0 | 0.15 | 0.07 | 166.5 | 0.81 | 0.61 |
| Hex | 4C | EC | C8 | 44 | 0 | F | 7 | A6 | 51 | 3D |
| Octal | 114 | 354 | 310 | 104 | 0 | 17 | 7 | 246 | 121 | 75 |
| Binary | 1001100 | 11101100 | 11001000 | 1000100 | 0 | 1111 | 111 | 10100110 | 1010001 | 111101 |
Color Harmonies of #4CECC8
Complementary color
Monochromatic Colors of #4CECC8
Black with #4CECC8
Text Example
Text Example
White with #4CECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CECC8; }
p { color: rgb(76,236,200); }
H1.HeaderClassName
{
color: #4CECC8;
}
.AnyTagClassName
{
color: #4CECC8;
}
</style>
background-color css
<style>
a { background-color: #4CECC8; }
a { background-color: rgb(76,236,200); }
div.DivClassName
{
background-color: #4CECC8;
}
.BgClassName
{
background-color: #4CECC8;
}
</style>
border-color css
<style>
span { border-color: #4CECC8; }
span { border-color: rgb(76,236,200); }
td.TdClassName
{
border-color: #4CECC8;
}
.TagClassName
{
border-color: #4CECC8;
}
</style>