Shades of Turquoise #4CFEB5
Tints of Turquoise #4CFEB5
RGB
CMYK
RGB Variations
Color information
#4CFEB5 (or 0x4CFEB5) is known color: Turquoise. HEX triplet: 4C, FE and B5. RGB value is (76,254,181). Sum of RGB (Red+Green+Blue) = 76+254+181=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEB5 is #B3014A. Grayscale: #C0C0C0. Windows color (decimal): -11731275 or 11927116. OLE color: 11927116.
HSL color Cylindrical-coordinate representation of color #4CFEB5: hue angle of 155.39º 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 #4CFEB5 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 181 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.00 |
| HSL | 155.39º | 0.99% | 0.65% | - |
| HSV(B) | 155.39º | 0.7% | 1% | - |
| XYZ | 46.76 | 75.76 | 55.87 | - |
| YUV | 192.46 | 121.53 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 181 | 0.70 | 0 | 0.29 | 0.00 | 155.39 | 0.99 | 0.65 |
| Hex | 4C | FE | B5 | 46 | 0 | 1D | 0 | 9B | 63 | 41 |
| Octal | 114 | 376 | 265 | 106 | 0 | 35 | 0 | 233 | 143 | 101 |
| Binary | 1001100 | 11111110 | 10110101 | 1000110 | 0 | 11101 | 0 | 10011011 | 1100011 | 1000001 |
Color Harmonies of #4CFEB5
Complementary color
Monochromatic Colors of #4CFEB5
Black with #4CFEB5
Text Example
Text Example
White with #4CFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEB5; }
p { color: rgb(76,254,181); }
H1.HeaderClassName
{
color: #4CFEB5;
}
.AnyTagClassName
{
color: #4CFEB5;
}
</style>
background-color css
<style>
a { background-color: #4CFEB5; }
a { background-color: rgb(76,254,181); }
div.DivClassName
{
background-color: #4CFEB5;
}
.BgClassName
{
background-color: #4CFEB5;
}
</style>
border-color css
<style>
span { border-color: #4CFEB5; }
span { border-color: rgb(76,254,181); }
td.TdClassName
{
border-color: #4CFEB5;
}
.TagClassName
{
border-color: #4CFEB5;
}
</style>