Shades of Turquoise #4CE0B5
Tints of Turquoise #4CE0B5
RGB
CMYK
RGB Variations
Color information
#4CE0B5 (or 0x4CE0B5) is known color: Turquoise. HEX triplet: 4C, E0 and B5. RGB value is (76,224,181). Sum of RGB (Red+Green+Blue) = 76+224+181=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE0B5 is #B31F4A. Grayscale: #AEAEAE. Windows color (decimal): -11738955 or 11919436. OLE color: 11919436.
HSL color Cylindrical-coordinate representation of color #4CE0B5: hue angle of 162.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CE0B5 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 181 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.12 |
| HSL | 162.57º | 0.7% | 0.59% | - |
| HSV(B) | 162.57º | 0.66% | 0.88% | - |
| XYZ | 37.98 | 58.18 | 52.95 | - |
| YUV | 174.85 | 131.47 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 181 | 0.66 | 0 | 0.19 | 0.12 | 162.57 | 0.7 | 0.59 |
| Hex | 4C | E0 | B5 | 42 | 0 | 13 | C | A3 | 46 | 3B |
| Octal | 114 | 340 | 265 | 102 | 0 | 23 | 14 | 243 | 106 | 73 |
| Binary | 1001100 | 11100000 | 10110101 | 1000010 | 0 | 10011 | 1100 | 10100011 | 1000110 | 111011 |
Color Harmonies of #4CE0B5
Complementary color
Monochromatic Colors of #4CE0B5
Black with #4CE0B5
Text Example
Text Example
White with #4CE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE0B5; }
p { color: rgb(76,224,181); }
H1.HeaderClassName
{
color: #4CE0B5;
}
.AnyTagClassName
{
color: #4CE0B5;
}
</style>
background-color css
<style>
a { background-color: #4CE0B5; }
a { background-color: rgb(76,224,181); }
div.DivClassName
{
background-color: #4CE0B5;
}
.BgClassName
{
background-color: #4CE0B5;
}
</style>
border-color css
<style>
span { border-color: #4CE0B5; }
span { border-color: rgb(76,224,181); }
td.TdClassName
{
border-color: #4CE0B5;
}
.TagClassName
{
border-color: #4CE0B5;
}
</style>