Shades of Turquoise #4CEBB7
Tints of Turquoise #4CEBB7
RGB
CMYK
RGB Variations
Color information
#4CEBB7 (or 0x4CEBB7) is known color: Turquoise. HEX triplet: 4C, EB and B7. RGB value is (76,235,183). Sum of RGB (Red+Green+Blue) = 76+235+183=494 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.38% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBB7 is #B31448. Grayscale: #B5B5B5. Windows color (decimal): -11736137 or 12053324. OLE color: 12053324.
HSL color Cylindrical-coordinate representation of color #4CEBB7: hue angle of 160.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEBB7 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 183 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.08 |
| HSL | 160.38º | 0.8% | 0.61% | - |
| HSV(B) | 160.38º | 0.68% | 0.92% | - |
| XYZ | 41.24 | 64.37 | 55.05 | - |
| YUV | 181.53 | 128.82 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 183 | 0.68 | 0 | 0.22 | 0.08 | 160.38 | 0.8 | 0.61 |
| Hex | 4C | EB | B7 | 44 | 0 | 16 | 8 | A0 | 50 | 3D |
| Octal | 114 | 353 | 267 | 104 | 0 | 26 | 10 | 240 | 120 | 75 |
| Binary | 1001100 | 11101011 | 10110111 | 1000100 | 0 | 10110 | 1000 | 10100000 | 1010000 | 111101 |
Color Harmonies of #4CEBB7
Complementary color
Monochromatic Colors of #4CEBB7
Black with #4CEBB7
Text Example
Text Example
White with #4CEBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBB7; }
p { color: rgb(76,235,183); }
H1.HeaderClassName
{
color: #4CEBB7;
}
.AnyTagClassName
{
color: #4CEBB7;
}
</style>
background-color css
<style>
a { background-color: #4CEBB7; }
a { background-color: rgb(76,235,183); }
div.DivClassName
{
background-color: #4CEBB7;
}
.BgClassName
{
background-color: #4CEBB7;
}
</style>
border-color css
<style>
span { border-color: #4CEBB7; }
span { border-color: rgb(76,235,183); }
td.TdClassName
{
border-color: #4CEBB7;
}
.TagClassName
{
border-color: #4CEBB7;
}
</style>