Shades of Turquoise #4CE0C4
Tints of Turquoise #4CE0C4
RGB
CMYK
RGB Variations
Color information
#4CE0C4 (or 0x4CE0C4) is known color: Turquoise. HEX triplet: 4C, E0 and C4. RGB value is (76,224,196). Sum of RGB (Red+Green+Blue) = 76+224+196=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE0C4 is #B31F3B. Grayscale: #B0B0B0. Windows color (decimal): -11738940 or 12902476. OLE color: 12902476.
HSL color Cylindrical-coordinate representation of color #4CE0C4: hue angle of 168.65º degrees, saturation: 0.7, 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 #4CE0C4 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 196 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.12 |
| HSL | 168.65º | 0.7% | 0.59% | - |
| HSV(B) | 168.65º | 0.66% | 0.88% | - |
| XYZ | 39.6 | 58.83 | 61.49 | - |
| YUV | 176.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 196 | 0.66 | 0 | 0.12 | 0.12 | 168.65 | 0.7 | 0.59 |
| Hex | 4C | E0 | C4 | 42 | 0 | C | C | A9 | 46 | 3B |
| Octal | 114 | 340 | 304 | 102 | 0 | 14 | 14 | 251 | 106 | 73 |
| Binary | 1001100 | 11100000 | 11000100 | 1000010 | 0 | 1100 | 1100 | 10101001 | 1000110 | 111011 |
Color Harmonies of #4CE0C4
Complementary color
Monochromatic Colors of #4CE0C4
Black with #4CE0C4
Text Example
Text Example
White with #4CE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE0C4; }
p { color: rgb(76,224,196); }
H1.HeaderClassName
{
color: #4CE0C4;
}
.AnyTagClassName
{
color: #4CE0C4;
}
</style>
background-color css
<style>
a { background-color: #4CE0C4; }
a { background-color: rgb(76,224,196); }
div.DivClassName
{
background-color: #4CE0C4;
}
.BgClassName
{
background-color: #4CE0C4;
}
</style>
border-color css
<style>
span { border-color: #4CE0C4; }
span { border-color: rgb(76,224,196); }
td.TdClassName
{
border-color: #4CE0C4;
}
.TagClassName
{
border-color: #4CE0C4;
}
</style>