Shades of Turquoise #4CECCB
Tints of Turquoise #4CECCB
RGB
CMYK
RGB Variations
Color information
#4CECCB (or 0x4CECCB) is known color: Turquoise. HEX triplet: 4C, EC and CB. RGB value is (76,236,203). Sum of RGB (Red+Green+Blue) = 76+236+203=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECCB is #B31334. Grayscale: #B8B8B8. Windows color (decimal): -11735861 or 13364300. OLE color: 13364300.
HSL color Cylindrical-coordinate representation of color #4CECCB: hue angle of 167.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CECCB is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 203 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.07 |
| HSL | 167.63º | 0.81% | 0.61% | - |
| HSV(B) | 167.63º | 0.68% | 0.93% | - |
| XYZ | 43.76 | 65.84 | 66.9 | - |
| YUV | 184.4 | 138.49 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 203 | 0.68 | 0 | 0.14 | 0.07 | 167.63 | 0.81 | 0.61 |
| Hex | 4C | EC | CB | 44 | 0 | E | 7 | A8 | 51 | 3D |
| Octal | 114 | 354 | 313 | 104 | 0 | 16 | 7 | 250 | 121 | 75 |
| Binary | 1001100 | 11101100 | 11001011 | 1000100 | 0 | 1110 | 111 | 10101000 | 1010001 | 111101 |
Color Harmonies of #4CECCB
Complementary color
Monochromatic Colors of #4CECCB
Black with #4CECCB
Text Example
Text Example
White with #4CECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CECCB; }
p { color: rgb(76,236,203); }
H1.HeaderClassName
{
color: #4CECCB;
}
.AnyTagClassName
{
color: #4CECCB;
}
</style>
background-color css
<style>
a { background-color: #4CECCB; }
a { background-color: rgb(76,236,203); }
div.DivClassName
{
background-color: #4CECCB;
}
.BgClassName
{
background-color: #4CECCB;
}
</style>
border-color css
<style>
span { border-color: #4CECCB; }
span { border-color: rgb(76,236,203); }
td.TdClassName
{
border-color: #4CECCB;
}
.TagClassName
{
border-color: #4CECCB;
}
</style>