Shades of Turquoise #4CEBD3
Tints of Turquoise #4CEBD3
RGB
CMYK
RGB Variations
Color information
#4CEBD3 (or 0x4CEBD3) is known color: Turquoise. HEX triplet: 4C, EB and D3. RGB value is (76,235,211). Sum of RGB (Red+Green+Blue) = 76+235+211=522 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.56% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBD3 is #B3142C. Grayscale: #B8B8B8. Windows color (decimal): -11736109 or 13888332. OLE color: 13888332.
HSL color Cylindrical-coordinate representation of color #4CEBD3: hue angle of 170.94º 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 #4CEBD3 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 211 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.08 |
| HSL | 170.94º | 0.8% | 0.61% | - |
| HSV(B) | 170.94º | 0.68% | 0.92% | - |
| XYZ | 44.45 | 65.66 | 71.96 | - |
| YUV | 184.72 | 142.82 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 211 | 0.68 | 0 | 0.10 | 0.08 | 170.94 | 0.8 | 0.61 |
| Hex | 4C | EB | D3 | 44 | 0 | A | 8 | AB | 50 | 3D |
| Octal | 114 | 353 | 323 | 104 | 0 | 12 | 10 | 253 | 120 | 75 |
| Binary | 1001100 | 11101011 | 11010011 | 1000100 | 0 | 1010 | 1000 | 10101011 | 1010000 | 111101 |
Color Harmonies of #4CEBD3
Complementary color
Monochromatic Colors of #4CEBD3
Black with #4CEBD3
Text Example
Text Example
White with #4CEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBD3; }
p { color: rgb(76,235,211); }
H1.HeaderClassName
{
color: #4CEBD3;
}
.AnyTagClassName
{
color: #4CEBD3;
}
</style>
background-color css
<style>
a { background-color: #4CEBD3; }
a { background-color: rgb(76,235,211); }
div.DivClassName
{
background-color: #4CEBD3;
}
.BgClassName
{
background-color: #4CEBD3;
}
</style>
border-color css
<style>
span { border-color: #4CEBD3; }
span { border-color: rgb(76,235,211); }
td.TdClassName
{
border-color: #4CEBD3;
}
.TagClassName
{
border-color: #4CEBD3;
}
</style>