Shades of Turquoise #4CDCD8
Tints of Turquoise #4CDCD8
RGB
CMYK
RGB Variations
Color information
#4CDCD8 (or 0x4CDCD8) is known color: Turquoise. HEX triplet: 4C, DC and D8. RGB value is (76,220,216). Sum of RGB (Red+Green+Blue) = 76+220+216=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCD8 is #B32327. Grayscale: #B0B0B0. Windows color (decimal): -11739944 or 14212172. OLE color: 14212172.
HSL color Cylindrical-coordinate representation of color #4CDCD8: hue angle of 178.33º 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 #4CDCD8 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 216 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.14 |
| HSL | 178.33º | 0.67% | 0.58% | - |
| HSV(B) | 178.33º | 0.65% | 0.86% | - |
| XYZ | 40.97 | 57.68 | 73.94 | - |
| YUV | 176.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 216 | 0.65 | 0 | 0.02 | 0.14 | 178.33 | 0.67 | 0.58 |
| Hex | 4C | DC | D8 | 41 | 0 | 2 | E | B2 | 43 | 3A |
| Octal | 114 | 334 | 330 | 101 | 0 | 2 | 16 | 262 | 103 | 72 |
| Binary | 1001100 | 11011100 | 11011000 | 1000001 | 0 | 10 | 1110 | 10110010 | 1000011 | 111010 |
Color Harmonies of #4CDCD8
Complementary color
Monochromatic Colors of #4CDCD8
Black with #4CDCD8
Text Example
Text Example
White with #4CDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDCD8; }
p { color: rgb(76,220,216); }
H1.HeaderClassName
{
color: #4CDCD8;
}
.AnyTagClassName
{
color: #4CDCD8;
}
</style>
background-color css
<style>
a { background-color: #4CDCD8; }
a { background-color: rgb(76,220,216); }
div.DivClassName
{
background-color: #4CDCD8;
}
.BgClassName
{
background-color: #4CDCD8;
}
</style>
border-color css
<style>
span { border-color: #4CDCD8; }
span { border-color: rgb(76,220,216); }
td.TdClassName
{
border-color: #4CDCD8;
}
.TagClassName
{
border-color: #4CDCD8;
}
</style>