Shades of Turquoise #4CE3BF
Tints of Turquoise #4CE3BF
RGB
CMYK
RGB Variations
Color information
#4CE3BF (or 0x4CE3BF) is known color: Turquoise. HEX triplet: 4C, E3 and BF. RGB value is (76,227,191). Sum of RGB (Red+Green+Blue) = 76+227+191=494 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.38% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE3BF is #B31C40. Grayscale: #B1B1B1. Windows color (decimal): -11738177 or 12575564. OLE color: 12575564.
HSL color Cylindrical-coordinate representation of color #4CE3BF: hue angle of 165.7º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE3BF is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 227 | 191 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.11 |
| HSL | 165.7º | 0.73% | 0.59% | - |
| HSV(B) | 165.7º | 0.67% | 0.89% | - |
| XYZ | 39.85 | 60.24 | 58.82 | - |
| YUV | 177.75 | 135.47 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 227 | 191 | 0.67 | 0 | 0.16 | 0.11 | 165.7 | 0.73 | 0.59 |
| Hex | 4C | E3 | BF | 43 | 0 | 10 | B | A6 | 49 | 3B |
| Octal | 114 | 343 | 277 | 103 | 0 | 20 | 13 | 246 | 111 | 73 |
| Binary | 1001100 | 11100011 | 10111111 | 1000011 | 0 | 10000 | 1011 | 10100110 | 1001001 | 111011 |
Color Harmonies of #4CE3BF
Complementary color
Monochromatic Colors of #4CE3BF
Black with #4CE3BF
Text Example
Text Example
White with #4CE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE3BF; }
p { color: rgb(76,227,191); }
H1.HeaderClassName
{
color: #4CE3BF;
}
.AnyTagClassName
{
color: #4CE3BF;
}
</style>
background-color css
<style>
a { background-color: #4CE3BF; }
a { background-color: rgb(76,227,191); }
div.DivClassName
{
background-color: #4CE3BF;
}
.BgClassName
{
background-color: #4CE3BF;
}
</style>
border-color css
<style>
span { border-color: #4CE3BF; }
span { border-color: rgb(76,227,191); }
td.TdClassName
{
border-color: #4CE3BF;
}
.TagClassName
{
border-color: #4CE3BF;
}
</style>