Shades of Turquoise #4CECDA
Tints of Turquoise #4CECDA
RGB
CMYK
RGB Variations
Color information
#4CECDA (or 0x4CECDA) is known color: Turquoise. HEX triplet: 4C, EC and DA. RGB value is (76,236,218). Sum of RGB (Red+Green+Blue) = 76+236+218=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECDA is #B31325. Grayscale: #BABABA. Windows color (decimal): -11735846 or 14347340. OLE color: 14347340.
HSL color Cylindrical-coordinate representation of color #4CECDA: hue angle of 173.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 #4CECDA is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 218 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.07 |
| HSL | 173.25º | 0.81% | 0.61% | - |
| HSV(B) | 173.25º | 0.68% | 0.93% | - |
| XYZ | 45.63 | 66.59 | 76.78 | - |
| YUV | 186.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 218 | 0.68 | 0 | 0.08 | 0.07 | 173.25 | 0.81 | 0.61 |
| Hex | 4C | EC | DA | 44 | 0 | 8 | 7 | AD | 51 | 3D |
| Octal | 114 | 354 | 332 | 104 | 0 | 10 | 7 | 255 | 121 | 75 |
| Binary | 1001100 | 11101100 | 11011010 | 1000100 | 0 | 1000 | 111 | 10101101 | 1010001 | 111101 |
Color Harmonies of #4CECDA
Complementary color
Monochromatic Colors of #4CECDA
Black with #4CECDA
Text Example
Text Example
White with #4CECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CECDA; }
p { color: rgb(76,236,218); }
H1.HeaderClassName
{
color: #4CECDA;
}
.AnyTagClassName
{
color: #4CECDA;
}
</style>
background-color css
<style>
a { background-color: #4CECDA; }
a { background-color: rgb(76,236,218); }
div.DivClassName
{
background-color: #4CECDA;
}
.BgClassName
{
background-color: #4CECDA;
}
</style>
border-color css
<style>
span { border-color: #4CECDA; }
span { border-color: rgb(76,236,218); }
td.TdClassName
{
border-color: #4CECDA;
}
.TagClassName
{
border-color: #4CECDA;
}
</style>