Shades of Turquoise #4CEABD
Tints of Turquoise #4CEABD
RGB
CMYK
RGB Variations
Color information
#4CEABD (or 0x4CEABD) is known color: Turquoise. HEX triplet: 4C, EA and BD. RGB value is (76,234,189). Sum of RGB (Red+Green+Blue) = 76+234+189=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEABD is #B31542. Grayscale: #B5B5B5. Windows color (decimal): -11736387 or 12446284. OLE color: 12446284.
HSL color Cylindrical-coordinate representation of color #4CEABD: hue angle of 162.91º 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 #4CEABD is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 189 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.08 |
| HSL | 162.91º | 0.79% | 0.61% | - |
| HSV(B) | 162.91º | 0.68% | 0.92% | - |
| XYZ | 41.59 | 64.06 | 58.32 | - |
| YUV | 181.63 | 132.15 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 189 | 0.68 | 0 | 0.19 | 0.08 | 162.91 | 0.79 | 0.61 |
| Hex | 4C | EA | BD | 44 | 0 | 13 | 8 | A3 | 4F | 3D |
| Octal | 114 | 352 | 275 | 104 | 0 | 23 | 10 | 243 | 117 | 75 |
| Binary | 1001100 | 11101010 | 10111101 | 1000100 | 0 | 10011 | 1000 | 10100011 | 1001111 | 111101 |
Color Harmonies of #4CEABD
Complementary color
Monochromatic Colors of #4CEABD
Black with #4CEABD
Text Example
Text Example
White with #4CEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEABD; }
p { color: rgb(76,234,189); }
H1.HeaderClassName
{
color: #4CEABD;
}
.AnyTagClassName
{
color: #4CEABD;
}
</style>
background-color css
<style>
a { background-color: #4CEABD; }
a { background-color: rgb(76,234,189); }
div.DivClassName
{
background-color: #4CEABD;
}
.BgClassName
{
background-color: #4CEABD;
}
</style>
border-color css
<style>
span { border-color: #4CEABD; }
span { border-color: rgb(76,234,189); }
td.TdClassName
{
border-color: #4CEABD;
}
.TagClassName
{
border-color: #4CEABD;
}
</style>