Shades of Medium Turquoise #4CCCD6
Tints of Medium Turquoise #4CCCD6
RGB
CMYK
RGB Variations
Color information
#4CCCD6 (or 0x4CCCD6) is known color: Medium Turquoise. HEX triplet: 4C, CC and D6. RGB value is (76,204,214). Sum of RGB (Red+Green+Blue) = 76+204+214=494 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.38% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #4CCCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCD6 is #B33329. Grayscale: #A6A6A6. Windows color (decimal): -11744042 or 14077004. OLE color: 14077004.
HSL color Cylindrical-coordinate representation of color #4CCCD6: hue angle of 184.35º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CCCD6 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 204 | 214 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.16 |
| HSL | 184.35º | 0.63% | 0.57% | - |
| HSV(B) | 184.35º | 0.64% | 0.84% | - |
| XYZ | 36.71 | 49.58 | 71.25 | - |
| YUV | 166.87 | 154.59 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 214 | 0.64 | 0.05 | 0 | 0.16 | 184.35 | 0.63 | 0.57 |
| Hex | 4C | CC | D6 | 40 | 5 | 0 | 10 | B8 | 3F | 39 |
| Octal | 114 | 314 | 326 | 100 | 5 | 0 | 20 | 270 | 77 | 71 |
| Binary | 1001100 | 11001100 | 11010110 | 1000000 | 101 | 0 | 10000 | 10111000 | 111111 | 111001 |
Color Harmonies of #4CCCD6
Complementary color
Monochromatic Colors of #4CCCD6
Black with #4CCCD6
Text Example
Text Example
White with #4CCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCD6; }
p { color: rgb(76,204,214); }
H1.HeaderClassName
{
color: #4CCCD6;
}
.AnyTagClassName
{
color: #4CCCD6;
}
</style>
background-color css
<style>
a { background-color: #4CCCD6; }
a { background-color: rgb(76,204,214); }
div.DivClassName
{
background-color: #4CCCD6;
}
.BgClassName
{
background-color: #4CCCD6;
}
</style>
border-color css
<style>
span { border-color: #4CCCD6; }
span { border-color: rgb(76,204,214); }
td.TdClassName
{
border-color: #4CCCD6;
}
.TagClassName
{
border-color: #4CCCD6;
}
</style>