Shades of Turquoise #4CEABA
Tints of Turquoise #4CEABA
RGB
CMYK
RGB Variations
Color information
#4CEABA (or 0x4CEABA) is known color: Turquoise. HEX triplet: 4C, EA and BA. RGB value is (76,234,186). Sum of RGB (Red+Green+Blue) = 76+234+186=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEABA is #B31545. Grayscale: #B5B5B5. Windows color (decimal): -11736390 or 12249676. OLE color: 12249676.
HSL color Cylindrical-coordinate representation of color #4CEABA: hue angle of 161.77º 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 #4CEABA is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 186 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.08 |
| HSL | 161.77º | 0.79% | 0.61% | - |
| HSV(B) | 161.77º | 0.68% | 0.92% | - |
| XYZ | 41.27 | 63.93 | 56.62 | - |
| YUV | 181.29 | 130.65 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 186 | 0.68 | 0 | 0.21 | 0.08 | 161.77 | 0.79 | 0.61 |
| Hex | 4C | EA | BA | 44 | 0 | 15 | 8 | A2 | 4F | 3D |
| Octal | 114 | 352 | 272 | 104 | 0 | 25 | 10 | 242 | 117 | 75 |
| Binary | 1001100 | 11101010 | 10111010 | 1000100 | 0 | 10101 | 1000 | 10100010 | 1001111 | 111101 |
Color Harmonies of #4CEABA
Complementary color
Monochromatic Colors of #4CEABA
Black with #4CEABA
Text Example
Text Example
White with #4CEABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEABA; }
p { color: rgb(76,234,186); }
H1.HeaderClassName
{
color: #4CEABA;
}
.AnyTagClassName
{
color: #4CEABA;
}
</style>
background-color css
<style>
a { background-color: #4CEABA; }
a { background-color: rgb(76,234,186); }
div.DivClassName
{
background-color: #4CEABA;
}
.BgClassName
{
background-color: #4CEABA;
}
</style>
border-color css
<style>
span { border-color: #4CEABA; }
span { border-color: rgb(76,234,186); }
td.TdClassName
{
border-color: #4CEABA;
}
.TagClassName
{
border-color: #4CEABA;
}
</style>