Shades of Turquoise #4CE1C2
Tints of Turquoise #4CE1C2
RGB
CMYK
RGB Variations
Color information
#4CE1C2 (or 0x4CE1C2) is known color: Turquoise. HEX triplet: 4C, E1 and C2. RGB value is (76,225,194). Sum of RGB (Red+Green+Blue) = 76+225+194=495 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.35% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE1C2 is #B31E3D. Grayscale: #B0B0B0. Windows color (decimal): -11738686 or 12771660. OLE color: 12771660.
HSL color Cylindrical-coordinate representation of color #4CE1C2: hue angle of 167.52º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CE1C2 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 194 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.12 |
| HSL | 167.52º | 0.71% | 0.59% | - |
| HSV(B) | 167.52º | 0.66% | 0.88% | - |
| XYZ | 39.64 | 59.28 | 60.39 | - |
| YUV | 176.92 | 137.64 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 194 | 0.66 | 0 | 0.14 | 0.12 | 167.52 | 0.71 | 0.59 |
| Hex | 4C | E1 | C2 | 42 | 0 | E | C | A8 | 47 | 3B |
| Octal | 114 | 341 | 302 | 102 | 0 | 16 | 14 | 250 | 107 | 73 |
| Binary | 1001100 | 11100001 | 11000010 | 1000010 | 0 | 1110 | 1100 | 10101000 | 1000111 | 111011 |
Color Harmonies of #4CE1C2
Complementary color
Monochromatic Colors of #4CE1C2
Black with #4CE1C2
Text Example
Text Example
White with #4CE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE1C2; }
p { color: rgb(76,225,194); }
H1.HeaderClassName
{
color: #4CE1C2;
}
.AnyTagClassName
{
color: #4CE1C2;
}
</style>
background-color css
<style>
a { background-color: #4CE1C2; }
a { background-color: rgb(76,225,194); }
div.DivClassName
{
background-color: #4CE1C2;
}
.BgClassName
{
background-color: #4CE1C2;
}
</style>
border-color css
<style>
span { border-color: #4CE1C2; }
span { border-color: rgb(76,225,194); }
td.TdClassName
{
border-color: #4CE1C2;
}
.TagClassName
{
border-color: #4CE1C2;
}
</style>