Shades of Turquoise #4CEABB
Tints of Turquoise #4CEABB
RGB
CMYK
RGB Variations
Color information
#4CEABB (or 0x4CEABB) is known color: Turquoise. HEX triplet: 4C, EA and BB. RGB value is (76,234,187). Sum of RGB (Red+Green+Blue) = 76+234+187=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEABB is #B31544. Grayscale: #B5B5B5. Windows color (decimal): -11736389 or 12315212. OLE color: 12315212.
HSL color Cylindrical-coordinate representation of color #4CEABB: hue angle of 162.15º degrees, saturation: 0.79, 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 #4CEABB is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 187 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.08 |
| HSL | 162.15º | 0.79% | 0.61% | - |
| HSV(B) | 162.15º | 0.68% | 0.92% | - |
| XYZ | 41.37 | 63.97 | 57.18 | - |
| YUV | 181.4 | 131.15 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 187 | 0.68 | 0 | 0.20 | 0.08 | 162.15 | 0.79 | 0.61 |
| Hex | 4C | EA | BB | 44 | 0 | 14 | 8 | A2 | 4F | 3D |
| Octal | 114 | 352 | 273 | 104 | 0 | 24 | 10 | 242 | 117 | 75 |
| Binary | 1001100 | 11101010 | 10111011 | 1000100 | 0 | 10100 | 1000 | 10100010 | 1001111 | 111101 |
Color Harmonies of #4CEABB
Complementary color
Monochromatic Colors of #4CEABB
Black with #4CEABB
Text Example
Text Example
White with #4CEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEABB; }
p { color: rgb(76,234,187); }
H1.HeaderClassName
{
color: #4CEABB;
}
.AnyTagClassName
{
color: #4CEABB;
}
</style>
background-color css
<style>
a { background-color: #4CEABB; }
a { background-color: rgb(76,234,187); }
div.DivClassName
{
background-color: #4CEABB;
}
.BgClassName
{
background-color: #4CEABB;
}
</style>
border-color css
<style>
span { border-color: #4CEABB; }
span { border-color: rgb(76,234,187); }
td.TdClassName
{
border-color: #4CEABB;
}
.TagClassName
{
border-color: #4CEABB;
}
</style>