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