Shades of Turquoise #4CE1CB
Tints of Turquoise #4CE1CB
RGB
CMYK
RGB Variations
Color information
#4CE1CB (or 0x4CE1CB) is known color: Turquoise. HEX triplet: 4C, E1 and CB. RGB value is (76,225,203). Sum of RGB (Red+Green+Blue) = 76+225+203=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #4CE1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE1CB is #B31E34. Grayscale: #B1B1B1. Windows color (decimal): -11738677 or 13361484. OLE color: 13361484.
HSL color Cylindrical-coordinate representation of color #4CE1CB: hue angle of 171.14º 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 #4CE1CB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 225 | 203 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.12 |
| HSL | 171.14º | 0.71% | 0.59% | - |
| HSV(B) | 171.14º | 0.66% | 0.88% | - |
| XYZ | 40.69 | 59.7 | 65.88 | - |
| YUV | 177.94 | 142.14 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 225 | 203 | 0.66 | 0 | 0.10 | 0.12 | 171.14 | 0.71 | 0.59 |
| Hex | 4C | E1 | CB | 42 | 0 | A | C | AB | 47 | 3B |
| Octal | 114 | 341 | 313 | 102 | 0 | 12 | 14 | 253 | 107 | 73 |
| Binary | 1001100 | 11100001 | 11001011 | 1000010 | 0 | 1010 | 1100 | 10101011 | 1000111 | 111011 |
Color Harmonies of #4CE1CB
Complementary color
Monochromatic Colors of #4CE1CB
Black with #4CE1CB
Text Example
Text Example
White with #4CE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE1CB; }
p { color: rgb(76,225,203); }
H1.HeaderClassName
{
color: #4CE1CB;
}
.AnyTagClassName
{
color: #4CE1CB;
}
</style>
background-color css
<style>
a { background-color: #4CE1CB; }
a { background-color: rgb(76,225,203); }
div.DivClassName
{
background-color: #4CE1CB;
}
.BgClassName
{
background-color: #4CE1CB;
}
</style>
border-color css
<style>
span { border-color: #4CE1CB; }
span { border-color: rgb(76,225,203); }
td.TdClassName
{
border-color: #4CE1CB;
}
.TagClassName
{
border-color: #4CE1CB;
}
</style>