Shades of Turquoise #4CDDC0
Tints of Turquoise #4CDDC0
RGB
CMYK
RGB Variations
Color information
#4CDDC0 (or 0x4CDDC0) is known color: Turquoise. HEX triplet: 4C, DD and C0. RGB value is (76,221,192). Sum of RGB (Red+Green+Blue) = 76+221+192=489 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.54% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDC0 is #B3223F. Grayscale: #AEAEAE. Windows color (decimal): -11739712 or 12639564. OLE color: 12639564.
HSL color Cylindrical-coordinate representation of color #4CDDC0: hue angle of 168º 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 #4CDDC0 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 192 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.13 |
| HSL | 168º | 0.68% | 0.58% | - |
| HSV(B) | 168º | 0.66% | 0.87% | - |
| XYZ | 38.35 | 57.06 | 58.86 | - |
| YUV | 174.34 | 137.96 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 192 | 0.66 | 0 | 0.13 | 0.13 | 168 | 0.68 | 0.58 |
| Hex | 4C | DD | C0 | 42 | 0 | D | D | A8 | 44 | 3A |
| Octal | 114 | 335 | 300 | 102 | 0 | 15 | 15 | 250 | 104 | 72 |
| Binary | 1001100 | 11011101 | 11000000 | 1000010 | 0 | 1101 | 1101 | 10101000 | 1000100 | 111010 |
Color Harmonies of #4CDDC0
Complementary color
Monochromatic Colors of #4CDDC0
Black with #4CDDC0
Text Example
Text Example
White with #4CDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDC0; }
p { color: rgb(76,221,192); }
H1.HeaderClassName
{
color: #4CDDC0;
}
.AnyTagClassName
{
color: #4CDDC0;
}
</style>
background-color css
<style>
a { background-color: #4CDDC0; }
a { background-color: rgb(76,221,192); }
div.DivClassName
{
background-color: #4CDDC0;
}
.BgClassName
{
background-color: #4CDDC0;
}
</style>
border-color css
<style>
span { border-color: #4CDDC0; }
span { border-color: rgb(76,221,192); }
td.TdClassName
{
border-color: #4CDDC0;
}
.TagClassName
{
border-color: #4CDDC0;
}
</style>