Shades of Turquoise #4CDCDA
Tints of Turquoise #4CDCDA
RGB
CMYK
RGB Variations
Color information
#4CDCDA (or 0x4CDCDA) is known color: Turquoise. HEX triplet: 4C, DC and DA. RGB value is (76,220,218). Sum of RGB (Red+Green+Blue) = 76+220+218=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCDA is #B32325. Grayscale: #B0B0B0. Windows color (decimal): -11739942 or 14343244. OLE color: 14343244.
HSL color Cylindrical-coordinate representation of color #4CDCDA: hue angle of 179.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDCDA is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 218 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.14 |
| HSL | 179.17º | 0.67% | 0.58% | - |
| HSV(B) | 179.17º | 0.65% | 0.86% | - |
| XYZ | 41.23 | 57.78 | 75.31 | - |
| YUV | 176.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 218 | 0.65 | 0 | 0.01 | 0.14 | 179.17 | 0.67 | 0.58 |
| Hex | 4C | DC | DA | 41 | 0 | 1 | E | B3 | 43 | 3A |
| Octal | 114 | 334 | 332 | 101 | 0 | 1 | 16 | 263 | 103 | 72 |
| Binary | 1001100 | 11011100 | 11011010 | 1000001 | 0 | 1 | 1110 | 10110011 | 1000011 | 111010 |
Color Harmonies of #4CDCDA
Complementary color
Monochromatic Colors of #4CDCDA
Black with #4CDCDA
Text Example
Text Example
White with #4CDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDCDA; }
p { color: rgb(76,220,218); }
H1.HeaderClassName
{
color: #4CDCDA;
}
.AnyTagClassName
{
color: #4CDCDA;
}
</style>
background-color css
<style>
a { background-color: #4CDCDA; }
a { background-color: rgb(76,220,218); }
div.DivClassName
{
background-color: #4CDCDA;
}
.BgClassName
{
background-color: #4CDCDA;
}
</style>
border-color css
<style>
span { border-color: #4CDCDA; }
span { border-color: rgb(76,220,218); }
td.TdClassName
{
border-color: #4CDCDA;
}
.TagClassName
{
border-color: #4CDCDA;
}
</style>