Shades of Turquoise #4CE0CE
Tints of Turquoise #4CE0CE
RGB
CMYK
RGB Variations
Color information
#4CE0CE (or 0x4CE0CE) is known color: Turquoise. HEX triplet: 4C, E0 and CE. RGB value is (76,224,206). Sum of RGB (Red+Green+Blue) = 76+224+206=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE0CE is #B31F31. Grayscale: #B1B1B1. Windows color (decimal): -11738930 or 13557836. OLE color: 13557836.
HSL color Cylindrical-coordinate representation of color #4CE0CE: hue angle of 172.7º 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 #4CE0CE is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 206 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.12 |
| HSL | 172.7º | 0.7% | 0.59% | - |
| HSV(B) | 172.7º | 0.66% | 0.88% | - |
| XYZ | 40.78 | 59.3 | 67.69 | - |
| YUV | 177.7 | 143.97 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 206 | 0.66 | 0 | 0.08 | 0.12 | 172.7 | 0.7 | 0.59 |
| Hex | 4C | E0 | CE | 42 | 0 | 8 | C | AD | 46 | 3B |
| Octal | 114 | 340 | 316 | 102 | 0 | 10 | 14 | 255 | 106 | 73 |
| Binary | 1001100 | 11100000 | 11001110 | 1000010 | 0 | 1000 | 1100 | 10101101 | 1000110 | 111011 |
Color Harmonies of #4CE0CE
Complementary color
Monochromatic Colors of #4CE0CE
Black with #4CE0CE
Text Example
Text Example
White with #4CE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE0CE; }
p { color: rgb(76,224,206); }
H1.HeaderClassName
{
color: #4CE0CE;
}
.AnyTagClassName
{
color: #4CE0CE;
}
</style>
background-color css
<style>
a { background-color: #4CE0CE; }
a { background-color: rgb(76,224,206); }
div.DivClassName
{
background-color: #4CE0CE;
}
.BgClassName
{
background-color: #4CE0CE;
}
</style>
border-color css
<style>
span { border-color: #4CE0CE; }
span { border-color: rgb(76,224,206); }
td.TdClassName
{
border-color: #4CE0CE;
}
.TagClassName
{
border-color: #4CE0CE;
}
</style>