Shades of Turquoise #4CEDB2
Tints of Turquoise #4CEDB2
RGB
CMYK
RGB Variations
Color information
#4CEDB2 (or 0x4CEDB2) is known color: Turquoise. HEX triplet: 4C, ED and B2. RGB value is (76,237,178). Sum of RGB (Red+Green+Blue) = 76+237+178=491 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.48% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CEDB2 is #B3124D. Grayscale: #B6B6B6. Windows color (decimal): -11735630 or 11726156. OLE color: 11726156.
HSL color Cylindrical-coordinate representation of color #4CEDB2: hue angle of 158.01º 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 #4CEDB2 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 178 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.07 |
| HSL | 158.01º | 0.82% | 0.61% | - |
| HSV(B) | 158.01º | 0.68% | 0.93% | - |
| XYZ | 41.3 | 65.32 | 52.55 | - |
| YUV | 182.14 | 125.66 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 178 | 0.68 | 0 | 0.25 | 0.07 | 158.01 | 0.82 | 0.61 |
| Hex | 4C | ED | B2 | 44 | 0 | 19 | 7 | 9E | 52 | 3D |
| Octal | 114 | 355 | 262 | 104 | 0 | 31 | 7 | 236 | 122 | 75 |
| Binary | 1001100 | 11101101 | 10110010 | 1000100 | 0 | 11001 | 111 | 10011110 | 1010010 | 111101 |
Color Harmonies of #4CEDB2
Complementary color
Monochromatic Colors of #4CEDB2
Black with #4CEDB2
Text Example
Text Example
White with #4CEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDB2; }
p { color: rgb(76,237,178); }
H1.HeaderClassName
{
color: #4CEDB2;
}
.AnyTagClassName
{
color: #4CEDB2;
}
</style>
background-color css
<style>
a { background-color: #4CEDB2; }
a { background-color: rgb(76,237,178); }
div.DivClassName
{
background-color: #4CEDB2;
}
.BgClassName
{
background-color: #4CEDB2;
}
</style>
border-color css
<style>
span { border-color: #4CEDB2; }
span { border-color: rgb(76,237,178); }
td.TdClassName
{
border-color: #4CEDB2;
}
.TagClassName
{
border-color: #4CEDB2;
}
</style>