Shades of Turquoise #4CEBD5
Tints of Turquoise #4CEBD5
RGB
CMYK
RGB Variations
Color information
#4CEBD5 (or 0x4CEBD5) is known color: Turquoise. HEX triplet: 4C, EB and D5. RGB value is (76,235,213). Sum of RGB (Red+Green+Blue) = 76+235+213=524 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.50% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBD5 is #B3142A. Grayscale: #B8B8B8. Windows color (decimal): -11736107 or 14019404. OLE color: 14019404.
HSL color Cylindrical-coordinate representation of color #4CEBD5: hue angle of 171.7º 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 #4CEBD5 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 213 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.08 |
| HSL | 171.7º | 0.8% | 0.61% | - |
| HSV(B) | 171.7º | 0.68% | 0.92% | - |
| XYZ | 44.7 | 65.76 | 73.29 | - |
| YUV | 184.95 | 143.82 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 213 | 0.68 | 0 | 0.09 | 0.08 | 171.7 | 0.8 | 0.61 |
| Hex | 4C | EB | D5 | 44 | 0 | 9 | 8 | AC | 50 | 3D |
| Octal | 114 | 353 | 325 | 104 | 0 | 11 | 10 | 254 | 120 | 75 |
| Binary | 1001100 | 11101011 | 11010101 | 1000100 | 0 | 1001 | 1000 | 10101100 | 1010000 | 111101 |
Color Harmonies of #4CEBD5
Complementary color
Monochromatic Colors of #4CEBD5
Black with #4CEBD5
Text Example
Text Example
White with #4CEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBD5; }
p { color: rgb(76,235,213); }
H1.HeaderClassName
{
color: #4CEBD5;
}
.AnyTagClassName
{
color: #4CEBD5;
}
</style>
background-color css
<style>
a { background-color: #4CEBD5; }
a { background-color: rgb(76,235,213); }
div.DivClassName
{
background-color: #4CEBD5;
}
.BgClassName
{
background-color: #4CEBD5;
}
</style>
border-color css
<style>
span { border-color: #4CEBD5; }
span { border-color: rgb(76,235,213); }
td.TdClassName
{
border-color: #4CEBD5;
}
.TagClassName
{
border-color: #4CEBD5;
}
</style>