Shades of Turquoise #4CFFE7
Tints of Turquoise #4CFFE7
RGB
CMYK
RGB Variations
Color information
#4CFFE7 (or 0x4CFFE7) is known color: Turquoise. HEX triplet: 4C, FF and E7. RGB value is (76,255,231). Sum of RGB (Red+Green+Blue) = 76+255+231=562 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.52% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFFE7 is #B30018. Grayscale: #C6C6C6. Windows color (decimal): -11730969 or 15204172. OLE color: 15204172.
HSL color Cylindrical-coordinate representation of color #4CFFE7: hue angle of 171.96º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFE7 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 231 | - |
| CMYK | 0.70 | 0 | 0.09 | 0 |
| HSL | 171.96º | 1% | 0.65% | - |
| HSV(B) | 171.96º | 0.7% | 1% | - |
| XYZ | 53.16 | 78.83 | 88.01 | - |
| YUV | 198.74 | 146.2 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 231 | 0.70 | 0 | 0.09 | 0 | 171.96 | 1 | 0.65 |
| Hex | 4C | FF | E7 | 46 | 0 | 9 | 0 | AC | 64 | 41 |
| Octal | 114 | 377 | 347 | 106 | 0 | 11 | 0 | 254 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11100111 | 1000110 | 0 | 1001 | 0 | 10101100 | 1100100 | 1000001 |
Color Harmonies of #4CFFE7
Complementary color
Monochromatic Colors of #4CFFE7
Black with #4CFFE7
Text Example
Text Example
White with #4CFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFE7; }
p { color: rgb(76,255,231); }
H1.HeaderClassName
{
color: #4CFFE7;
}
.AnyTagClassName
{
color: #4CFFE7;
}
</style>
background-color css
<style>
a { background-color: #4CFFE7; }
a { background-color: rgb(76,255,231); }
div.DivClassName
{
background-color: #4CFFE7;
}
.BgClassName
{
background-color: #4CFFE7;
}
</style>
border-color css
<style>
span { border-color: #4CFFE7; }
span { border-color: rgb(76,255,231); }
td.TdClassName
{
border-color: #4CFFE7;
}
.TagClassName
{
border-color: #4CFFE7;
}
</style>