Shades of Turquoise #4CE0CC
Tints of Turquoise #4CE0CC
RGB
CMYK
RGB Variations
Color information
#4CE0CC (or 0x4CE0CC) is known color: Turquoise. HEX triplet: 4C, E0 and CC. RGB value is (76,224,204). Sum of RGB (Red+Green+Blue) = 76+224+204=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE0CC is #B31F33. Grayscale: #B1B1B1. Windows color (decimal): -11738932 or 13426764. OLE color: 13426764.
HSL color Cylindrical-coordinate representation of color #4CE0CC: hue angle of 171.89º 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 #4CE0CC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 204 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.12 |
| HSL | 171.89º | 0.7% | 0.59% | - |
| HSV(B) | 171.89º | 0.66% | 0.88% | - |
| XYZ | 40.54 | 59.21 | 66.42 | - |
| YUV | 177.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 204 | 0.66 | 0 | 0.09 | 0.12 | 171.89 | 0.7 | 0.59 |
| Hex | 4C | E0 | CC | 42 | 0 | 9 | C | AC | 46 | 3B |
| Octal | 114 | 340 | 314 | 102 | 0 | 11 | 14 | 254 | 106 | 73 |
| Binary | 1001100 | 11100000 | 11001100 | 1000010 | 0 | 1001 | 1100 | 10101100 | 1000110 | 111011 |
Color Harmonies of #4CE0CC
Complementary color
Monochromatic Colors of #4CE0CC
Black with #4CE0CC
Text Example
Text Example
White with #4CE0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE0CC; }
p { color: rgb(76,224,204); }
H1.HeaderClassName
{
color: #4CE0CC;
}
.AnyTagClassName
{
color: #4CE0CC;
}
</style>
background-color css
<style>
a { background-color: #4CE0CC; }
a { background-color: rgb(76,224,204); }
div.DivClassName
{
background-color: #4CE0CC;
}
.BgClassName
{
background-color: #4CE0CC;
}
</style>
border-color css
<style>
span { border-color: #4CE0CC; }
span { border-color: rgb(76,224,204); }
td.TdClassName
{
border-color: #4CE0CC;
}
.TagClassName
{
border-color: #4CE0CC;
}
</style>