Shades of Turquoise #4CDED4
Tints of Turquoise #4CDED4
RGB
CMYK
RGB Variations
Color information
#4CDED4 (or 0x4CDED4) is known color: Turquoise. HEX triplet: 4C, DE and D4. RGB value is (76,222,212). Sum of RGB (Red+Green+Blue) = 76+222+212=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDED4 is #B3212B. Grayscale: #B1B1B1. Windows color (decimal): -11739436 or 13950540. OLE color: 13950540.
HSL color Cylindrical-coordinate representation of color #4CDED4: hue angle of 175.89º degrees, saturation: 0.69, 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 #4CDED4 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 212 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.13 |
| HSL | 175.89º | 0.69% | 0.58% | - |
| HSV(B) | 175.89º | 0.66% | 0.87% | - |
| XYZ | 40.99 | 58.53 | 71.43 | - |
| YUV | 177.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 212 | 0.66 | 0 | 0.05 | 0.13 | 175.89 | 0.69 | 0.58 |
| Hex | 4C | DE | D4 | 42 | 0 | 5 | D | B0 | 45 | 3A |
| Octal | 114 | 336 | 324 | 102 | 0 | 5 | 15 | 260 | 105 | 72 |
| Binary | 1001100 | 11011110 | 11010100 | 1000010 | 0 | 101 | 1101 | 10110000 | 1000101 | 111010 |
Color Harmonies of #4CDED4
Complementary color
Monochromatic Colors of #4CDED4
Black with #4CDED4
Text Example
Text Example
White with #4CDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDED4; }
p { color: rgb(76,222,212); }
H1.HeaderClassName
{
color: #4CDED4;
}
.AnyTagClassName
{
color: #4CDED4;
}
</style>
background-color css
<style>
a { background-color: #4CDED4; }
a { background-color: rgb(76,222,212); }
div.DivClassName
{
background-color: #4CDED4;
}
.BgClassName
{
background-color: #4CDED4;
}
</style>
border-color css
<style>
span { border-color: #4CDED4; }
span { border-color: rgb(76,222,212); }
td.TdClassName
{
border-color: #4CDED4;
}
.TagClassName
{
border-color: #4CDED4;
}
</style>