Shades of Turquoise #4CDCCC
Tints of Turquoise #4CDCCC
RGB
CMYK
RGB Variations
Color information
#4CDCCC (or 0x4CDCCC) is known color: Turquoise. HEX triplet: 4C, DC and CC. RGB value is (76,220,204). Sum of RGB (Red+Green+Blue) = 76+220+204=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCCC is #B32333. Grayscale: #AFAFAF. Windows color (decimal): -11739956 or 13425740. OLE color: 13425740.
HSL color Cylindrical-coordinate representation of color #4CDCCC: hue angle of 173.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDCCC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 204 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.14 |
| HSL | 173.33º | 0.67% | 0.58% | - |
| HSV(B) | 173.33º | 0.65% | 0.86% | - |
| XYZ | 39.47 | 57.08 | 66.06 | - |
| YUV | 175.12 | 144.29 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 204 | 0.65 | 0 | 0.07 | 0.14 | 173.33 | 0.67 | 0.58 |
| Hex | 4C | DC | CC | 41 | 0 | 7 | E | AD | 43 | 3A |
| Octal | 114 | 334 | 314 | 101 | 0 | 7 | 16 | 255 | 103 | 72 |
| Binary | 1001100 | 11011100 | 11001100 | 1000001 | 0 | 111 | 1110 | 10101101 | 1000011 | 111010 |
Color Harmonies of #4CDCCC
Complementary color
Monochromatic Colors of #4CDCCC
Black with #4CDCCC
Text Example
Text Example
White with #4CDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDCCC; }
p { color: rgb(76,220,204); }
H1.HeaderClassName
{
color: #4CDCCC;
}
.AnyTagClassName
{
color: #4CDCCC;
}
</style>
background-color css
<style>
a { background-color: #4CDCCC; }
a { background-color: rgb(76,220,204); }
div.DivClassName
{
background-color: #4CDCCC;
}
.BgClassName
{
background-color: #4CDCCC;
}
</style>
border-color css
<style>
span { border-color: #4CDCCC; }
span { border-color: rgb(76,220,204); }
td.TdClassName
{
border-color: #4CDCCC;
}
.TagClassName
{
border-color: #4CDCCC;
}
</style>