Shades of Turquoise #4CDDDC
Tints of Turquoise #4CDDDC
RGB
CMYK
RGB Variations
Color information
#4CDDDC (or 0x4CDDDC) is known color: Turquoise. HEX triplet: 4C, DD and DC. RGB value is (76,221,220). Sum of RGB (Red+Green+Blue) = 76+221+220=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDDC is #B32223. Grayscale: #B1B1B1. Windows color (decimal): -11739684 or 14474572. OLE color: 14474572.
HSL color Cylindrical-coordinate representation of color #4CDDDC: hue angle of 179.59º 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 #4CDDDC is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 220 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.13 |
| HSL | 179.59º | 0.68% | 0.58% | - |
| HSV(B) | 179.59º | 0.66% | 0.87% | - |
| XYZ | 41.76 | 58.42 | 76.78 | - |
| YUV | 177.53 | 151.96 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 220 | 0.66 | 0 | 0.00 | 0.13 | 179.59 | 0.68 | 0.58 |
| Hex | 4C | DD | DC | 42 | 0 | 0 | D | B4 | 44 | 3A |
| Octal | 114 | 335 | 334 | 102 | 0 | 0 | 15 | 264 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11011100 | 1000010 | 0 | 0 | 1101 | 10110100 | 1000100 | 111010 |
Color Harmonies of #4CDDDC
Complementary color
Monochromatic Colors of #4CDDDC
Black with #4CDDDC
Text Example
Text Example
White with #4CDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDDC; }
p { color: rgb(76,221,220); }
H1.HeaderClassName
{
color: #4CDDDC;
}
.AnyTagClassName
{
color: #4CDDDC;
}
</style>
background-color css
<style>
a { background-color: #4CDDDC; }
a { background-color: rgb(76,221,220); }
div.DivClassName
{
background-color: #4CDDDC;
}
.BgClassName
{
background-color: #4CDDDC;
}
</style>
border-color css
<style>
span { border-color: #4CDDDC; }
span { border-color: rgb(76,221,220); }
td.TdClassName
{
border-color: #4CDDDC;
}
.TagClassName
{
border-color: #4CDDDC;
}
</style>