Shades of Turquoise #4CEDBA
Tints of Turquoise #4CEDBA
RGB
CMYK
RGB Variations
Color information
#4CEDBA (or 0x4CEDBA) is known color: Turquoise. HEX triplet: 4C, ED and BA. RGB value is (76,237,186). Sum of RGB (Red+Green+Blue) = 76+237+186=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDBA is #B31245. Grayscale: #B7B7B7. Windows color (decimal): -11735622 or 12250444. OLE color: 12250444.
HSL color Cylindrical-coordinate representation of color #4CEDBA: hue angle of 160.99º 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 #4CEDBA is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 186 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.07 |
| HSL | 160.99º | 0.82% | 0.61% | - |
| HSV(B) | 160.99º | 0.68% | 0.93% | - |
| XYZ | 42.13 | 65.65 | 56.91 | - |
| YUV | 183.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 186 | 0.68 | 0 | 0.22 | 0.07 | 160.99 | 0.82 | 0.61 |
| Hex | 4C | ED | BA | 44 | 0 | 16 | 7 | A1 | 52 | 3D |
| Octal | 114 | 355 | 272 | 104 | 0 | 26 | 7 | 241 | 122 | 75 |
| Binary | 1001100 | 11101101 | 10111010 | 1000100 | 0 | 10110 | 111 | 10100001 | 1010010 | 111101 |
Color Harmonies of #4CEDBA
Complementary color
Monochromatic Colors of #4CEDBA
Black with #4CEDBA
Text Example
Text Example
White with #4CEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDBA; }
p { color: rgb(76,237,186); }
H1.HeaderClassName
{
color: #4CEDBA;
}
.AnyTagClassName
{
color: #4CEDBA;
}
</style>
background-color css
<style>
a { background-color: #4CEDBA; }
a { background-color: rgb(76,237,186); }
div.DivClassName
{
background-color: #4CEDBA;
}
.BgClassName
{
background-color: #4CEDBA;
}
</style>
border-color css
<style>
span { border-color: #4CEDBA; }
span { border-color: rgb(76,237,186); }
td.TdClassName
{
border-color: #4CEDBA;
}
.TagClassName
{
border-color: #4CEDBA;
}
</style>