Shades of Turquoise #4CEBBC
Tints of Turquoise #4CEBBC
RGB
CMYK
RGB Variations
Color information
#4CEBBC (or 0x4CEBBC) is known color: Turquoise. HEX triplet: 4C, EB and BC. RGB value is (76,235,188). Sum of RGB (Red+Green+Blue) = 76+235+188=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBBC is #B31443. Grayscale: #B6B6B6. Windows color (decimal): -11736132 or 12381004. OLE color: 12381004.
HSL color Cylindrical-coordinate representation of color #4CEBBC: hue angle of 162.26º 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 #4CEBBC is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 188 | - |
| CMYK | 0.68 | 0 | 0.2 | 0.08 |
| HSL | 162.26º | 0.8% | 0.61% | - |
| HSV(B) | 162.26º | 0.68% | 0.92% | - |
| XYZ | 41.77 | 64.58 | 57.84 | - |
| YUV | 182.1 | 131.32 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 188 | 0.68 | 0 | 0.2 | 0.08 | 162.26 | 0.8 | 0.61 |
| Hex | 4C | EB | BC | 44 | 0 | 14 | 8 | A2 | 50 | 3D |
| Octal | 114 | 353 | 274 | 104 | 0 | 24 | 10 | 242 | 120 | 75 |
| Binary | 1001100 | 11101011 | 10111100 | 1000100 | 0 | 10100 | 1000 | 10100010 | 1010000 | 111101 |
Color Harmonies of #4CEBBC
Complementary color
Monochromatic Colors of #4CEBBC
Black with #4CEBBC
Text Example
Text Example
White with #4CEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBBC; }
p { color: rgb(76,235,188); }
H1.HeaderClassName
{
color: #4CEBBC;
}
.AnyTagClassName
{
color: #4CEBBC;
}
</style>
background-color css
<style>
a { background-color: #4CEBBC; }
a { background-color: rgb(76,235,188); }
div.DivClassName
{
background-color: #4CEBBC;
}
.BgClassName
{
background-color: #4CEBBC;
}
</style>
border-color css
<style>
span { border-color: #4CEBBC; }
span { border-color: rgb(76,235,188); }
td.TdClassName
{
border-color: #4CEBBC;
}
.TagClassName
{
border-color: #4CEBBC;
}
</style>