Shades of Turquoise #4CE1C1
Tints of Turquoise #4CE1C1
RGB
CMYK
RGB Variations
Color information
#4CE1C1 (or 0x4CE1C1) is known color: Turquoise. HEX triplet: 4C, E1 and C1. RGB value is (76,225,193). Sum of RGB (Red+Green+Blue) = 76+225+193=494 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.38% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE1C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE1C1 is #B31E3E. Grayscale: #B0B0B0. Windows color (decimal): -11738687 or 12706124. OLE color: 12706124.
HSL color Cylindrical-coordinate representation of color #4CE1C1: hue angle of 167.11º 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 #4CE1C1 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 193 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.12 |
| HSL | 167.11º | 0.71% | 0.59% | - |
| HSV(B) | 167.11º | 0.66% | 0.88% | - |
| XYZ | 39.53 | 59.24 | 59.8 | - |
| YUV | 176.8 | 137.14 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 193 | 0.66 | 0 | 0.14 | 0.12 | 167.11 | 0.71 | 0.59 |
| Hex | 4C | E1 | C1 | 42 | 0 | E | C | A7 | 47 | 3B |
| Octal | 114 | 341 | 301 | 102 | 0 | 16 | 14 | 247 | 107 | 73 |
| Binary | 1001100 | 11100001 | 11000001 | 1000010 | 0 | 1110 | 1100 | 10100111 | 1000111 | 111011 |
Color Harmonies of #4CE1C1
Complementary color
Monochromatic Colors of #4CE1C1
Black with #4CE1C1
Text Example
Text Example
White with #4CE1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE1C1; }
p { color: rgb(76,225,193); }
H1.HeaderClassName
{
color: #4CE1C1;
}
.AnyTagClassName
{
color: #4CE1C1;
}
</style>
background-color css
<style>
a { background-color: #4CE1C1; }
a { background-color: rgb(76,225,193); }
div.DivClassName
{
background-color: #4CE1C1;
}
.BgClassName
{
background-color: #4CE1C1;
}
</style>
border-color css
<style>
span { border-color: #4CE1C1; }
span { border-color: rgb(76,225,193); }
td.TdClassName
{
border-color: #4CE1C1;
}
.TagClassName
{
border-color: #4CE1C1;
}
</style>