Shades of Turquoise #4CEBD4
Tints of Turquoise #4CEBD4
RGB
CMYK
RGB Variations
Color information
#4CEBD4 (or 0x4CEBD4) is known color: Turquoise. HEX triplet: 4C, EB and D4. RGB value is (76,235,212). Sum of RGB (Red+Green+Blue) = 76+235+212=523 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.53% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBD4 is #B3142B. Grayscale: #B8B8B8. Windows color (decimal): -11736108 or 13953868. OLE color: 13953868.
HSL color Cylindrical-coordinate representation of color #4CEBD4: hue angle of 171.32º 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 #4CEBD4 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 212 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.08 |
| HSL | 171.32º | 0.8% | 0.61% | - |
| HSV(B) | 171.32º | 0.68% | 0.92% | - |
| XYZ | 44.57 | 65.71 | 72.62 | - |
| YUV | 184.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 212 | 0.68 | 0 | 0.10 | 0.08 | 171.32 | 0.8 | 0.61 |
| Hex | 4C | EB | D4 | 44 | 0 | A | 8 | AB | 50 | 3D |
| Octal | 114 | 353 | 324 | 104 | 0 | 12 | 10 | 253 | 120 | 75 |
| Binary | 1001100 | 11101011 | 11010100 | 1000100 | 0 | 1010 | 1000 | 10101011 | 1010000 | 111101 |
Color Harmonies of #4CEBD4
Complementary color
Monochromatic Colors of #4CEBD4
Black with #4CEBD4
Text Example
Text Example
White with #4CEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBD4; }
p { color: rgb(76,235,212); }
H1.HeaderClassName
{
color: #4CEBD4;
}
.AnyTagClassName
{
color: #4CEBD4;
}
</style>
background-color css
<style>
a { background-color: #4CEBD4; }
a { background-color: rgb(76,235,212); }
div.DivClassName
{
background-color: #4CEBD4;
}
.BgClassName
{
background-color: #4CEBD4;
}
</style>
border-color css
<style>
span { border-color: #4CEBD4; }
span { border-color: rgb(76,235,212); }
td.TdClassName
{
border-color: #4CEBD4;
}
.TagClassName
{
border-color: #4CEBD4;
}
</style>