Shades of Turquoise #4CDDCC
Tints of Turquoise #4CDDCC
RGB
CMYK
RGB Variations
Color information
#4CDDCC (or 0x4CDDCC) is known color: Turquoise. HEX triplet: 4C, DD and CC. RGB value is (76,221,204). Sum of RGB (Red+Green+Blue) = 76+221+204=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDCC is #B32233. Grayscale: #AFAFAF. Windows color (decimal): -11739700 or 13425996. OLE color: 13425996.
HSL color Cylindrical-coordinate representation of color #4CDDCC: hue angle of 172.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDDCC is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 204 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.13 |
| HSL | 172.97º | 0.68% | 0.58% | - |
| HSV(B) | 172.97º | 0.66% | 0.87% | - |
| XYZ | 39.74 | 57.61 | 66.15 | - |
| YUV | 175.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 204 | 0.66 | 0 | 0.08 | 0.13 | 172.97 | 0.68 | 0.58 |
| Hex | 4C | DD | CC | 42 | 0 | 8 | D | AD | 44 | 3A |
| Octal | 114 | 335 | 314 | 102 | 0 | 10 | 15 | 255 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11001100 | 1000010 | 0 | 1000 | 1101 | 10101101 | 1000100 | 111010 |
Color Harmonies of #4CDDCC
Complementary color
Monochromatic Colors of #4CDDCC
Black with #4CDDCC
Text Example
Text Example
White with #4CDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDCC; }
p { color: rgb(76,221,204); }
H1.HeaderClassName
{
color: #4CDDCC;
}
.AnyTagClassName
{
color: #4CDDCC;
}
</style>
background-color css
<style>
a { background-color: #4CDDCC; }
a { background-color: rgb(76,221,204); }
div.DivClassName
{
background-color: #4CDDCC;
}
.BgClassName
{
background-color: #4CDDCC;
}
</style>
border-color css
<style>
span { border-color: #4CDDCC; }
span { border-color: rgb(76,221,204); }
td.TdClassName
{
border-color: #4CDDCC;
}
.TagClassName
{
border-color: #4CDDCC;
}
</style>