Shades of Turquoise #4CE0CB
Tints of Turquoise #4CE0CB
RGB
CMYK
RGB Variations
Color information
#4CE0CB (or 0x4CE0CB) is known color: Turquoise. HEX triplet: 4C, E0 and CB. RGB value is (76,224,203). Sum of RGB (Red+Green+Blue) = 76+224+203=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE0CB is #B31F34. Grayscale: #B1B1B1. Windows color (decimal): -11738933 or 13361228. OLE color: 13361228.
HSL color Cylindrical-coordinate representation of color #4CE0CB: hue angle of 171.49º 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 #4CE0CB is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 203 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.12 |
| HSL | 171.49º | 0.7% | 0.59% | - |
| HSV(B) | 171.49º | 0.66% | 0.88% | - |
| XYZ | 40.42 | 59.16 | 65.79 | - |
| YUV | 177.35 | 142.47 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 203 | 0.66 | 0 | 0.09 | 0.12 | 171.49 | 0.7 | 0.59 |
| Hex | 4C | E0 | CB | 42 | 0 | 9 | C | AB | 46 | 3B |
| Octal | 114 | 340 | 313 | 102 | 0 | 11 | 14 | 253 | 106 | 73 |
| Binary | 1001100 | 11100000 | 11001011 | 1000010 | 0 | 1001 | 1100 | 10101011 | 1000110 | 111011 |
Color Harmonies of #4CE0CB
Complementary color
Monochromatic Colors of #4CE0CB
Black with #4CE0CB
Text Example
Text Example
White with #4CE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE0CB; }
p { color: rgb(76,224,203); }
H1.HeaderClassName
{
color: #4CE0CB;
}
.AnyTagClassName
{
color: #4CE0CB;
}
</style>
background-color css
<style>
a { background-color: #4CE0CB; }
a { background-color: rgb(76,224,203); }
div.DivClassName
{
background-color: #4CE0CB;
}
.BgClassName
{
background-color: #4CE0CB;
}
</style>
border-color css
<style>
span { border-color: #4CE0CB; }
span { border-color: rgb(76,224,203); }
td.TdClassName
{
border-color: #4CE0CB;
}
.TagClassName
{
border-color: #4CE0CB;
}
</style>