Shades of Turquoise #4CEFBC
Tints of Turquoise #4CEFBC
RGB
CMYK
RGB Variations
Color information
#4CEFBC (or 0x4CEFBC) is known color: Turquoise. HEX triplet: 4C, EF and BC. RGB value is (76,239,188). Sum of RGB (Red+Green+Blue) = 76+239+188=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFBC is #B31043. Grayscale: #B8B8B8. Windows color (decimal): -11735108 or 12382028. OLE color: 12382028.
HSL color Cylindrical-coordinate representation of color #4CEFBC: hue angle of 161.23º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFBC is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 188 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.06 |
| HSL | 161.23º | 0.84% | 0.62% | - |
| HSV(B) | 161.23º | 0.68% | 0.94% | - |
| XYZ | 42.92 | 66.9 | 58.23 | - |
| YUV | 184.45 | 130 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 188 | 0.68 | 0 | 0.21 | 0.06 | 161.23 | 0.84 | 0.62 |
| Hex | 4C | EF | BC | 44 | 0 | 15 | 6 | A1 | 54 | 3E |
| Octal | 114 | 357 | 274 | 104 | 0 | 25 | 6 | 241 | 124 | 76 |
| Binary | 1001100 | 11101111 | 10111100 | 1000100 | 0 | 10101 | 110 | 10100001 | 1010100 | 111110 |
Color Harmonies of #4CEFBC
Complementary color
Monochromatic Colors of #4CEFBC
Black with #4CEFBC
Text Example
Text Example
White with #4CEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEFBC; }
p { color: rgb(76,239,188); }
H1.HeaderClassName
{
color: #4CEFBC;
}
.AnyTagClassName
{
color: #4CEFBC;
}
</style>
background-color css
<style>
a { background-color: #4CEFBC; }
a { background-color: rgb(76,239,188); }
div.DivClassName
{
background-color: #4CEFBC;
}
.BgClassName
{
background-color: #4CEFBC;
}
</style>
border-color css
<style>
span { border-color: #4CEFBC; }
span { border-color: rgb(76,239,188); }
td.TdClassName
{
border-color: #4CEFBC;
}
.TagClassName
{
border-color: #4CEFBC;
}
</style>