Shades of Turquoise #4CEAB5
Tints of Turquoise #4CEAB5
RGB
CMYK
RGB Variations
Color information
#4CEAB5 (or 0x4CEAB5) is known color: Turquoise. HEX triplet: 4C, EA and B5. RGB value is (76,234,181). Sum of RGB (Red+Green+Blue) = 76+234+181=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEAB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEAB5 is #B3154A. Grayscale: #B4B4B4. Windows color (decimal): -11736395 or 11921996. OLE color: 11921996.
HSL color Cylindrical-coordinate representation of color #4CEAB5: hue angle of 159.87º 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 #4CEAB5 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 181 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.08 |
| HSL | 159.87º | 0.79% | 0.61% | - |
| HSV(B) | 159.87º | 0.68% | 0.92% | - |
| XYZ | 40.74 | 63.72 | 53.87 | - |
| YUV | 180.72 | 128.15 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 181 | 0.68 | 0 | 0.23 | 0.08 | 159.87 | 0.79 | 0.61 |
| Hex | 4C | EA | B5 | 44 | 0 | 17 | 8 | A0 | 4F | 3D |
| Octal | 114 | 352 | 265 | 104 | 0 | 27 | 10 | 240 | 117 | 75 |
| Binary | 1001100 | 11101010 | 10110101 | 1000100 | 0 | 10111 | 1000 | 10100000 | 1001111 | 111101 |
Color Harmonies of #4CEAB5
Complementary color
Monochromatic Colors of #4CEAB5
Black with #4CEAB5
Text Example
Text Example
White with #4CEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEAB5; }
p { color: rgb(76,234,181); }
H1.HeaderClassName
{
color: #4CEAB5;
}
.AnyTagClassName
{
color: #4CEAB5;
}
</style>
background-color css
<style>
a { background-color: #4CEAB5; }
a { background-color: rgb(76,234,181); }
div.DivClassName
{
background-color: #4CEAB5;
}
.BgClassName
{
background-color: #4CEAB5;
}
</style>
border-color css
<style>
span { border-color: #4CEAB5; }
span { border-color: rgb(76,234,181); }
td.TdClassName
{
border-color: #4CEAB5;
}
.TagClassName
{
border-color: #4CEAB5;
}
</style>