Shades of Turquoise #4CE3C2
Tints of Turquoise #4CE3C2
RGB
CMYK
RGB Variations
Color information
#4CE3C2 (or 0x4CE3C2) is known color: Turquoise. HEX triplet: 4C, E3 and C2. RGB value is (76,227,194). Sum of RGB (Red+Green+Blue) = 76+227+194=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE3C2 is #B31C3D. Grayscale: #B2B2B2. Windows color (decimal): -11738174 or 12772172. OLE color: 12772172.
HSL color Cylindrical-coordinate representation of color #4CE3C2: hue angle of 166.89º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE3C2 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 227 | 194 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.11 |
| HSL | 166.89º | 0.73% | 0.59% | - |
| HSV(B) | 166.89º | 0.67% | 0.89% | - |
| XYZ | 40.19 | 60.37 | 60.57 | - |
| YUV | 178.09 | 136.97 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 227 | 194 | 0.67 | 0 | 0.15 | 0.11 | 166.89 | 0.73 | 0.59 |
| Hex | 4C | E3 | C2 | 43 | 0 | F | B | A7 | 49 | 3B |
| Octal | 114 | 343 | 302 | 103 | 0 | 17 | 13 | 247 | 111 | 73 |
| Binary | 1001100 | 11100011 | 11000010 | 1000011 | 0 | 1111 | 1011 | 10100111 | 1001001 | 111011 |
Color Harmonies of #4CE3C2
Complementary color
Monochromatic Colors of #4CE3C2
Black with #4CE3C2
Text Example
Text Example
White with #4CE3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE3C2; }
p { color: rgb(76,227,194); }
H1.HeaderClassName
{
color: #4CE3C2;
}
.AnyTagClassName
{
color: #4CE3C2;
}
</style>
background-color css
<style>
a { background-color: #4CE3C2; }
a { background-color: rgb(76,227,194); }
div.DivClassName
{
background-color: #4CE3C2;
}
.BgClassName
{
background-color: #4CE3C2;
}
</style>
border-color css
<style>
span { border-color: #4CE3C2; }
span { border-color: rgb(76,227,194); }
td.TdClassName
{
border-color: #4CE3C2;
}
.TagClassName
{
border-color: #4CE3C2;
}
</style>