Shades of Turquoise #4CE1C7
Tints of Turquoise #4CE1C7
RGB
CMYK
RGB Variations
Color information
#4CE1C7 (or 0x4CE1C7) is known color: Turquoise. HEX triplet: 4C, E1 and C7. RGB value is (76,225,199). Sum of RGB (Red+Green+Blue) = 76+225+199=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE1C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE1C7 is #B31E38. Grayscale: #B1B1B1. Windows color (decimal): -11738681 or 13099340. OLE color: 13099340.
HSL color Cylindrical-coordinate representation of color #4CE1C7: hue angle of 169.53º 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 #4CE1C7 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 199 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.12 |
| HSL | 169.53º | 0.71% | 0.59% | - |
| HSV(B) | 169.53º | 0.66% | 0.88% | - |
| XYZ | 40.21 | 59.51 | 63.4 | - |
| YUV | 177.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 199 | 0.66 | 0 | 0.12 | 0.12 | 169.53 | 0.71 | 0.59 |
| Hex | 4C | E1 | C7 | 42 | 0 | C | C | AA | 47 | 3B |
| Octal | 114 | 341 | 307 | 102 | 0 | 14 | 14 | 252 | 107 | 73 |
| Binary | 1001100 | 11100001 | 11000111 | 1000010 | 0 | 1100 | 1100 | 10101010 | 1000111 | 111011 |
Color Harmonies of #4CE1C7
Complementary color
Monochromatic Colors of #4CE1C7
Black with #4CE1C7
Text Example
Text Example
White with #4CE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE1C7; }
p { color: rgb(76,225,199); }
H1.HeaderClassName
{
color: #4CE1C7;
}
.AnyTagClassName
{
color: #4CE1C7;
}
</style>
background-color css
<style>
a { background-color: #4CE1C7; }
a { background-color: rgb(76,225,199); }
div.DivClassName
{
background-color: #4CE1C7;
}
.BgClassName
{
background-color: #4CE1C7;
}
</style>
border-color css
<style>
span { border-color: #4CE1C7; }
span { border-color: rgb(76,225,199); }
td.TdClassName
{
border-color: #4CE1C7;
}
.TagClassName
{
border-color: #4CE1C7;
}
</style>