Shades of Turquoise #4CEDB9
Tints of Turquoise #4CEDB9
RGB
CMYK
RGB Variations
Color information
#4CEDB9 (or 0x4CEDB9) is known color: Turquoise. HEX triplet: 4C, ED and B9. RGB value is (76,237,185). Sum of RGB (Red+Green+Blue) = 76+237+185=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDB9 is #B31246. Grayscale: #B6B6B6. Windows color (decimal): -11735623 or 12184908. OLE color: 12184908.
HSL color Cylindrical-coordinate representation of color #4CEDB9: hue angle of 160.62º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEDB9 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 185 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.07 |
| HSL | 160.62º | 0.82% | 0.61% | - |
| HSV(B) | 160.62º | 0.68% | 0.93% | - |
| XYZ | 42.02 | 65.61 | 56.35 | - |
| YUV | 182.93 | 129.16 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 185 | 0.68 | 0 | 0.22 | 0.07 | 160.62 | 0.82 | 0.61 |
| Hex | 4C | ED | B9 | 44 | 0 | 16 | 7 | A1 | 52 | 3D |
| Octal | 114 | 355 | 271 | 104 | 0 | 26 | 7 | 241 | 122 | 75 |
| Binary | 1001100 | 11101101 | 10111001 | 1000100 | 0 | 10110 | 111 | 10100001 | 1010010 | 111101 |
Color Harmonies of #4CEDB9
Complementary color
Monochromatic Colors of #4CEDB9
Black with #4CEDB9
Text Example
Text Example
White with #4CEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDB9; }
p { color: rgb(76,237,185); }
H1.HeaderClassName
{
color: #4CEDB9;
}
.AnyTagClassName
{
color: #4CEDB9;
}
</style>
background-color css
<style>
a { background-color: #4CEDB9; }
a { background-color: rgb(76,237,185); }
div.DivClassName
{
background-color: #4CEDB9;
}
.BgClassName
{
background-color: #4CEDB9;
}
</style>
border-color css
<style>
span { border-color: #4CEDB9; }
span { border-color: rgb(76,237,185); }
td.TdClassName
{
border-color: #4CEDB9;
}
.TagClassName
{
border-color: #4CEDB9;
}
</style>