Shades of Turquoise #4CEBBE
Tints of Turquoise #4CEBBE
RGB
CMYK
RGB Variations
Color information
#4CEBBE (or 0x4CEBBE) is known color: Turquoise. HEX triplet: 4C, EB and BE. RGB value is (76,235,190). Sum of RGB (Red+Green+Blue) = 76+235+190=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBBE is #B31441. Grayscale: #B6B6B6. Windows color (decimal): -11736130 or 12512076. OLE color: 12512076.
HSL color Cylindrical-coordinate representation of color #4CEBBE: hue angle of 163.02º 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 #4CEBBE is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 190 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.08 |
| HSL | 163.02º | 0.8% | 0.61% | - |
| HSV(B) | 163.02º | 0.68% | 0.92% | - |
| XYZ | 41.98 | 64.67 | 58.99 | - |
| YUV | 182.33 | 132.32 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 190 | 0.68 | 0 | 0.19 | 0.08 | 163.02 | 0.8 | 0.61 |
| Hex | 4C | EB | BE | 44 | 0 | 13 | 8 | A3 | 50 | 3D |
| Octal | 114 | 353 | 276 | 104 | 0 | 23 | 10 | 243 | 120 | 75 |
| Binary | 1001100 | 11101011 | 10111110 | 1000100 | 0 | 10011 | 1000 | 10100011 | 1010000 | 111101 |
Color Harmonies of #4CEBBE
Complementary color
Monochromatic Colors of #4CEBBE
Black with #4CEBBE
Text Example
Text Example
White with #4CEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBBE; }
p { color: rgb(76,235,190); }
H1.HeaderClassName
{
color: #4CEBBE;
}
.AnyTagClassName
{
color: #4CEBBE;
}
</style>
background-color css
<style>
a { background-color: #4CEBBE; }
a { background-color: rgb(76,235,190); }
div.DivClassName
{
background-color: #4CEBBE;
}
.BgClassName
{
background-color: #4CEBBE;
}
</style>
border-color css
<style>
span { border-color: #4CEBBE; }
span { border-color: rgb(76,235,190); }
td.TdClassName
{
border-color: #4CEBBE;
}
.TagClassName
{
border-color: #4CEBBE;
}
</style>