Shades of Turquoise #4CFEB6
Tints of Turquoise #4CFEB6
RGB
CMYK
RGB Variations
Color information
#4CFEB6 (or 0x4CFEB6) is known color: Turquoise. HEX triplet: 4C, FE and B6. RGB value is (76,254,182). Sum of RGB (Red+Green+Blue) = 76+254+182=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEB6 is #B30149. Grayscale: #C0C0C0. Windows color (decimal): -11731274 or 11992652. OLE color: 11992652.
HSL color Cylindrical-coordinate representation of color #4CFEB6: hue angle of 155.73º 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 #4CFEB6 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 182 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.00 |
| HSL | 155.73º | 0.99% | 0.65% | - |
| HSV(B) | 155.73º | 0.7% | 1% | - |
| XYZ | 46.87 | 75.8 | 56.42 | - |
| YUV | 192.57 | 122.03 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 182 | 0.70 | 0 | 0.28 | 0.00 | 155.73 | 0.99 | 0.65 |
| Hex | 4C | FE | B6 | 46 | 0 | 1C | 0 | 9C | 63 | 41 |
| Octal | 114 | 376 | 266 | 106 | 0 | 34 | 0 | 234 | 143 | 101 |
| Binary | 1001100 | 11111110 | 10110110 | 1000110 | 0 | 11100 | 0 | 10011100 | 1100011 | 1000001 |
Color Harmonies of #4CFEB6
Complementary color
Monochromatic Colors of #4CFEB6
Black with #4CFEB6
Text Example
Text Example
White with #4CFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFEB6; }
p { color: rgb(76,254,182); }
H1.HeaderClassName
{
color: #4CFEB6;
}
.AnyTagClassName
{
color: #4CFEB6;
}
</style>
background-color css
<style>
a { background-color: #4CFEB6; }
a { background-color: rgb(76,254,182); }
div.DivClassName
{
background-color: #4CFEB6;
}
.BgClassName
{
background-color: #4CFEB6;
}
</style>
border-color css
<style>
span { border-color: #4CFEB6; }
span { border-color: rgb(76,254,182); }
td.TdClassName
{
border-color: #4CFEB6;
}
.TagClassName
{
border-color: #4CFEB6;
}
</style>