Shades of Turquoise #4CEBBD
Tints of Turquoise #4CEBBD
RGB
CMYK
RGB Variations
Color information
#4CEBBD (or 0x4CEBBD) is known color: Turquoise. HEX triplet: 4C, EB and BD. RGB value is (76,235,189). Sum of RGB (Red+Green+Blue) = 76+235+189=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBBD is #B31442. Grayscale: #B6B6B6. Windows color (decimal): -11736131 or 12446540. OLE color: 12446540.
HSL color Cylindrical-coordinate representation of color #4CEBBD: hue angle of 162.64º 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 #4CEBBD is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 189 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.08 |
| HSL | 162.64º | 0.8% | 0.61% | - |
| HSV(B) | 162.64º | 0.68% | 0.92% | - |
| XYZ | 41.87 | 64.63 | 58.41 | - |
| YUV | 182.22 | 131.82 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 189 | 0.68 | 0 | 0.20 | 0.08 | 162.64 | 0.8 | 0.61 |
| Hex | 4C | EB | BD | 44 | 0 | 14 | 8 | A3 | 50 | 3D |
| Octal | 114 | 353 | 275 | 104 | 0 | 24 | 10 | 243 | 120 | 75 |
| Binary | 1001100 | 11101011 | 10111101 | 1000100 | 0 | 10100 | 1000 | 10100011 | 1010000 | 111101 |
Color Harmonies of #4CEBBD
Complementary color
Monochromatic Colors of #4CEBBD
Black with #4CEBBD
Text Example
Text Example
White with #4CEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBBD; }
p { color: rgb(76,235,189); }
H1.HeaderClassName
{
color: #4CEBBD;
}
.AnyTagClassName
{
color: #4CEBBD;
}
</style>
background-color css
<style>
a { background-color: #4CEBBD; }
a { background-color: rgb(76,235,189); }
div.DivClassName
{
background-color: #4CEBBD;
}
.BgClassName
{
background-color: #4CEBBD;
}
</style>
border-color css
<style>
span { border-color: #4CEBBD; }
span { border-color: rgb(76,235,189); }
td.TdClassName
{
border-color: #4CEBBD;
}
.TagClassName
{
border-color: #4CEBBD;
}
</style>