Shades of Turquoise #4CFEBF
Tints of Turquoise #4CFEBF
RGB
CMYK
RGB Variations
Color information
#4CFEBF (or 0x4CFEBF) is known color: Turquoise. HEX triplet: 4C, FE and BF. RGB value is (76,254,191). Sum of RGB (Red+Green+Blue) = 76+254+191=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEBF is #B30140. Grayscale: #C1C1C1. Windows color (decimal): -11731265 or 12582476. OLE color: 12582476.
HSL color Cylindrical-coordinate representation of color #4CFEBF: hue angle of 158.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFEBF is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 191 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.00 |
| HSL | 158.76º | 0.99% | 0.65% | - |
| HSV(B) | 158.76º | 0.7% | 1% | - |
| XYZ | 47.83 | 76.18 | 61.47 | - |
| YUV | 193.6 | 126.53 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 191 | 0.70 | 0 | 0.25 | 0.00 | 158.76 | 0.99 | 0.65 |
| Hex | 4C | FE | BF | 46 | 0 | 19 | 0 | 9F | 63 | 41 |
| Octal | 114 | 376 | 277 | 106 | 0 | 31 | 0 | 237 | 143 | 101 |
| Binary | 1001100 | 11111110 | 10111111 | 1000110 | 0 | 11001 | 0 | 10011111 | 1100011 | 1000001 |
Color Harmonies of #4CFEBF
Complementary color
Monochromatic Colors of #4CFEBF
Black with #4CFEBF
Text Example
Text Example
White with #4CFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEBF; }
p { color: rgb(76,254,191); }
H1.HeaderClassName
{
color: #4CFEBF;
}
.AnyTagClassName
{
color: #4CFEBF;
}
</style>
background-color css
<style>
a { background-color: #4CFEBF; }
a { background-color: rgb(76,254,191); }
div.DivClassName
{
background-color: #4CFEBF;
}
.BgClassName
{
background-color: #4CFEBF;
}
</style>
border-color css
<style>
span { border-color: #4CFEBF; }
span { border-color: rgb(76,254,191); }
td.TdClassName
{
border-color: #4CFEBF;
}
.TagClassName
{
border-color: #4CFEBF;
}
</style>