Shades of Turquoise #4CDCDB
Tints of Turquoise #4CDCDB
RGB
CMYK
RGB Variations
Color information
#4CDCDB (or 0x4CDCDB) is known color: Turquoise. HEX triplet: 4C, DC and DB. RGB value is (76,220,219). Sum of RGB (Red+Green+Blue) = 76+220+219=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCDB is #B32324. Grayscale: #B0B0B0. Windows color (decimal): -11739941 or 14408780. OLE color: 14408780.
HSL color Cylindrical-coordinate representation of color #4CDCDB: hue angle of 179.58º 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 #4CDCDB is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 220 | 219 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.14 |
| HSL | 179.58º | 0.67% | 0.58% | - |
| HSV(B) | 179.58º | 0.65% | 0.86% | - |
| XYZ | 41.36 | 57.84 | 76 | - |
| YUV | 176.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 220 | 219 | 0.65 | 0 | 0.00 | 0.14 | 179.58 | 0.67 | 0.58 |
| Hex | 4C | DC | DB | 41 | 0 | 0 | E | B4 | 43 | 3A |
| Octal | 114 | 334 | 333 | 101 | 0 | 0 | 16 | 264 | 103 | 72 |
| Binary | 1001100 | 11011100 | 11011011 | 1000001 | 0 | 0 | 1110 | 10110100 | 1000011 | 111010 |
Color Harmonies of #4CDCDB
Complementary color
Monochromatic Colors of #4CDCDB
Black with #4CDCDB
Text Example
Text Example
White with #4CDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDCDB; }
p { color: rgb(76,220,219); }
H1.HeaderClassName
{
color: #4CDCDB;
}
.AnyTagClassName
{
color: #4CDCDB;
}
</style>
background-color css
<style>
a { background-color: #4CDCDB; }
a { background-color: rgb(76,220,219); }
div.DivClassName
{
background-color: #4CDCDB;
}
.BgClassName
{
background-color: #4CDCDB;
}
</style>
border-color css
<style>
span { border-color: #4CDCDB; }
span { border-color: rgb(76,220,219); }
td.TdClassName
{
border-color: #4CDCDB;
}
.TagClassName
{
border-color: #4CDCDB;
}
</style>