Shades of Turquoise #4CEDBE
Tints of Turquoise #4CEDBE
RGB
CMYK
RGB Variations
Color information
#4CEDBE (or 0x4CEDBE) is known color: Turquoise. HEX triplet: 4C, ED and BE. RGB value is (76,237,190). Sum of RGB (Red+Green+Blue) = 76+237+190=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDBE is #B31241. Grayscale: #B7B7B7. Windows color (decimal): -11735618 or 12512588. OLE color: 12512588.
HSL color Cylindrical-coordinate representation of color #4CEDBE: hue angle of 162.48º 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 #4CEDBE is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 190 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.07 |
| HSL | 162.48º | 0.82% | 0.61% | - |
| HSV(B) | 162.48º | 0.68% | 0.93% | - |
| XYZ | 42.56 | 65.82 | 59.18 | - |
| YUV | 183.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 190 | 0.68 | 0 | 0.20 | 0.07 | 162.48 | 0.82 | 0.61 |
| Hex | 4C | ED | BE | 44 | 0 | 14 | 7 | A2 | 52 | 3D |
| Octal | 114 | 355 | 276 | 104 | 0 | 24 | 7 | 242 | 122 | 75 |
| Binary | 1001100 | 11101101 | 10111110 | 1000100 | 0 | 10100 | 111 | 10100010 | 1010010 | 111101 |
Color Harmonies of #4CEDBE
Complementary color
Monochromatic Colors of #4CEDBE
Black with #4CEDBE
Text Example
Text Example
White with #4CEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDBE; }
p { color: rgb(76,237,190); }
H1.HeaderClassName
{
color: #4CEDBE;
}
.AnyTagClassName
{
color: #4CEDBE;
}
</style>
background-color css
<style>
a { background-color: #4CEDBE; }
a { background-color: rgb(76,237,190); }
div.DivClassName
{
background-color: #4CEDBE;
}
.BgClassName
{
background-color: #4CEDBE;
}
</style>
border-color css
<style>
span { border-color: #4CEDBE; }
span { border-color: rgb(76,237,190); }
td.TdClassName
{
border-color: #4CEDBE;
}
.TagClassName
{
border-color: #4CEDBE;
}
</style>