Shades of Turquoise #4CEBE2
Tints of Turquoise #4CEBE2
RGB
CMYK
RGB Variations
Color information
#4CEBE2 (or 0x4CEBE2) is known color: Turquoise. HEX triplet: 4C, EB and E2. RGB value is (76,235,226). Sum of RGB (Red+Green+Blue) = 76+235+226=537 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.15% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBE2 is #B3141D. Grayscale: #BABABA. Windows color (decimal): -11736094 or 14871372. OLE color: 14871372.
HSL color Cylindrical-coordinate representation of color #4CEBE2: hue angle of 176.6º 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 #4CEBE2 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 226 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.08 |
| HSL | 176.6º | 0.8% | 0.61% | - |
| HSV(B) | 176.6º | 0.68% | 0.92% | - |
| XYZ | 46.42 | 66.44 | 82.33 | - |
| YUV | 186.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 226 | 0.68 | 0 | 0.04 | 0.08 | 176.6 | 0.8 | 0.61 |
| Hex | 4C | EB | E2 | 44 | 0 | 4 | 8 | B1 | 50 | 3D |
| Octal | 114 | 353 | 342 | 104 | 0 | 4 | 10 | 261 | 120 | 75 |
| Binary | 1001100 | 11101011 | 11100010 | 1000100 | 0 | 100 | 1000 | 10110001 | 1010000 | 111101 |
Color Harmonies of #4CEBE2
Complementary color
Monochromatic Colors of #4CEBE2
Black with #4CEBE2
Text Example
Text Example
White with #4CEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBE2; }
p { color: rgb(76,235,226); }
H1.HeaderClassName
{
color: #4CEBE2;
}
.AnyTagClassName
{
color: #4CEBE2;
}
</style>
background-color css
<style>
a { background-color: #4CEBE2; }
a { background-color: rgb(76,235,226); }
div.DivClassName
{
background-color: #4CEBE2;
}
.BgClassName
{
background-color: #4CEBE2;
}
</style>
border-color css
<style>
span { border-color: #4CEBE2; }
span { border-color: rgb(76,235,226); }
td.TdClassName
{
border-color: #4CEBE2;
}
.TagClassName
{
border-color: #4CEBE2;
}
</style>