Shades of Turquoise #4CDFDC
Tints of Turquoise #4CDFDC
RGB
CMYK
RGB Variations
Color information
#4CDFDC (or 0x4CDFDC) is known color: Turquoise. HEX triplet: 4C, DF and DC. RGB value is (76,223,220). Sum of RGB (Red+Green+Blue) = 76+223+220=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFDC is #B32023. Grayscale: #B2B2B2. Windows color (decimal): -11739172 or 14475084. OLE color: 14475084.
HSL color Cylindrical-coordinate representation of color #4CDFDC: hue angle of 178.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFDC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 223 | 220 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.13 |
| HSL | 178.78º | 0.7% | 0.59% | - |
| HSV(B) | 178.78º | 0.66% | 0.87% | - |
| XYZ | 42.29 | 59.48 | 76.96 | - |
| YUV | 178.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 223 | 220 | 0.66 | 0 | 0.01 | 0.13 | 178.78 | 0.7 | 0.59 |
| Hex | 4C | DF | DC | 42 | 0 | 1 | D | B3 | 46 | 3B |
| Octal | 114 | 337 | 334 | 102 | 0 | 1 | 15 | 263 | 106 | 73 |
| Binary | 1001100 | 11011111 | 11011100 | 1000010 | 0 | 1 | 1101 | 10110011 | 1000110 | 111011 |
Color Harmonies of #4CDFDC
Complementary color
Monochromatic Colors of #4CDFDC
Black with #4CDFDC
Text Example
Text Example
White with #4CDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDFDC; }
p { color: rgb(76,223,220); }
H1.HeaderClassName
{
color: #4CDFDC;
}
.AnyTagClassName
{
color: #4CDFDC;
}
</style>
background-color css
<style>
a { background-color: #4CDFDC; }
a { background-color: rgb(76,223,220); }
div.DivClassName
{
background-color: #4CDFDC;
}
.BgClassName
{
background-color: #4CDFDC;
}
</style>
border-color css
<style>
span { border-color: #4CDFDC; }
span { border-color: rgb(76,223,220); }
td.TdClassName
{
border-color: #4CDFDC;
}
.TagClassName
{
border-color: #4CDFDC;
}
</style>