Shades of Turquoise #4CDDBD
Tints of Turquoise #4CDDBD
RGB
CMYK
RGB Variations
Color information
#4CDDBD (or 0x4CDDBD) is known color: Turquoise. HEX triplet: 4C, DD and BD. RGB value is (76,221,189). Sum of RGB (Red+Green+Blue) = 76+221+189=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDBD is #B32242. Grayscale: #ADADAD. Windows color (decimal): -11739715 or 12442956. OLE color: 12442956.
HSL color Cylindrical-coordinate representation of color #4CDDBD: hue angle of 166.76º 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 #4CDDBD is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 221 | 189 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.13 |
| HSL | 166.76º | 0.68% | 0.58% | - |
| HSV(B) | 166.76º | 0.66% | 0.87% | - |
| XYZ | 38.02 | 56.92 | 57.13 | - |
| YUV | 174 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 221 | 189 | 0.66 | 0 | 0.14 | 0.13 | 166.76 | 0.68 | 0.58 |
| Hex | 4C | DD | BD | 42 | 0 | E | D | A7 | 44 | 3A |
| Octal | 114 | 335 | 275 | 102 | 0 | 16 | 15 | 247 | 104 | 72 |
| Binary | 1001100 | 11011101 | 10111101 | 1000010 | 0 | 1110 | 1101 | 10100111 | 1000100 | 111010 |
Color Harmonies of #4CDDBD
Complementary color
Monochromatic Colors of #4CDDBD
Black with #4CDDBD
Text Example
Text Example
White with #4CDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDDBD; }
p { color: rgb(76,221,189); }
H1.HeaderClassName
{
color: #4CDDBD;
}
.AnyTagClassName
{
color: #4CDDBD;
}
</style>
background-color css
<style>
a { background-color: #4CDDBD; }
a { background-color: rgb(76,221,189); }
div.DivClassName
{
background-color: #4CDDBD;
}
.BgClassName
{
background-color: #4CDDBD;
}
</style>
border-color css
<style>
span { border-color: #4CDDBD; }
span { border-color: rgb(76,221,189); }
td.TdClassName
{
border-color: #4CDDBD;
}
.TagClassName
{
border-color: #4CDDBD;
}
</style>