Shades of Turquoise #4CFEB7
Tints of Turquoise #4CFEB7
RGB
CMYK
RGB Variations
Color information
#4CFEB7 (or 0x4CFEB7) is known color: Turquoise. HEX triplet: 4C, FE and B7. RGB value is (76,254,183). Sum of RGB (Red+Green+Blue) = 76+254+183=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEB7 is #B30148. Grayscale: #C0C0C0. Windows color (decimal): -11731273 or 12058188. OLE color: 12058188.
HSL color Cylindrical-coordinate representation of color #4CFEB7: hue angle of 156.07º 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 #4CFEB7 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 183 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.00 |
| HSL | 156.07º | 0.99% | 0.65% | - |
| HSV(B) | 156.07º | 0.7% | 1% | - |
| XYZ | 46.97 | 75.84 | 56.96 | - |
| YUV | 192.68 | 122.53 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 183 | 0.70 | 0 | 0.28 | 0.00 | 156.07 | 0.99 | 0.65 |
| Hex | 4C | FE | B7 | 46 | 0 | 1C | 0 | 9C | 63 | 41 |
| Octal | 114 | 376 | 267 | 106 | 0 | 34 | 0 | 234 | 143 | 101 |
| Binary | 1001100 | 11111110 | 10110111 | 1000110 | 0 | 11100 | 0 | 10011100 | 1100011 | 1000001 |
Color Harmonies of #4CFEB7
Complementary color
Monochromatic Colors of #4CFEB7
Black with #4CFEB7
Text Example
Text Example
White with #4CFEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEB7; }
p { color: rgb(76,254,183); }
H1.HeaderClassName
{
color: #4CFEB7;
}
.AnyTagClassName
{
color: #4CFEB7;
}
</style>
background-color css
<style>
a { background-color: #4CFEB7; }
a { background-color: rgb(76,254,183); }
div.DivClassName
{
background-color: #4CFEB7;
}
.BgClassName
{
background-color: #4CFEB7;
}
</style>
border-color css
<style>
span { border-color: #4CFEB7; }
span { border-color: rgb(76,254,183); }
td.TdClassName
{
border-color: #4CFEB7;
}
.TagClassName
{
border-color: #4CFEB7;
}
</style>