Shades of Turquoise #4CEBCB
Tints of Turquoise #4CEBCB
RGB
CMYK
RGB Variations
Color information
#4CEBCB (or 0x4CEBCB) is known color: Turquoise. HEX triplet: 4C, EB and CB. RGB value is (76,235,203). Sum of RGB (Red+Green+Blue) = 76+235+203=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBCB is #B31434. Grayscale: #B7B7B7. Windows color (decimal): -11736117 or 13364044. OLE color: 13364044.
HSL color Cylindrical-coordinate representation of color #4CEBCB: hue angle of 167.92º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEBCB is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 203 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.08 |
| HSL | 167.92º | 0.8% | 0.61% | - |
| HSV(B) | 167.92º | 0.68% | 0.92% | - |
| XYZ | 43.47 | 65.26 | 66.81 | - |
| YUV | 183.81 | 138.82 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 203 | 0.68 | 0 | 0.14 | 0.08 | 167.92 | 0.8 | 0.61 |
| Hex | 4C | EB | CB | 44 | 0 | E | 8 | A8 | 50 | 3D |
| Octal | 114 | 353 | 313 | 104 | 0 | 16 | 10 | 250 | 120 | 75 |
| Binary | 1001100 | 11101011 | 11001011 | 1000100 | 0 | 1110 | 1000 | 10101000 | 1010000 | 111101 |
Color Harmonies of #4CEBCB
Complementary color
Monochromatic Colors of #4CEBCB
Black with #4CEBCB
Text Example
Text Example
White with #4CEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBCB; }
p { color: rgb(76,235,203); }
H1.HeaderClassName
{
color: #4CEBCB;
}
.AnyTagClassName
{
color: #4CEBCB;
}
</style>
background-color css
<style>
a { background-color: #4CEBCB; }
a { background-color: rgb(76,235,203); }
div.DivClassName
{
background-color: #4CEBCB;
}
.BgClassName
{
background-color: #4CEBCB;
}
</style>
border-color css
<style>
span { border-color: #4CEBCB; }
span { border-color: rgb(76,235,203); }
td.TdClassName
{
border-color: #4CEBCB;
}
.TagClassName
{
border-color: #4CEBCB;
}
</style>