#4CC5CA

Color #4CC5CA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4CC5CA

Tints of Medium Turquoise #4CC5CA

Color information

#4CC5CA (or 0x4CC5CA) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C5 and CA. RGB value is (76,197,202). Sum of RGB (Red+Green+Blue) = 76+197+202=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CC5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC5CA is #B33A35. Grayscale: #A1A1A1. Windows color (decimal): -11745846 or 13288780. OLE color: 13288780.

HSL color Cylindrical-coordinate representation of color #4CC5CA: hue angle of 182.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC5CA is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB76197202-
CMYK0.620.0200.21
HSL182.38º54.31%54.51%-
HSV(B)182.38º62.38%79.22%-
XYZ33.6145.7362.93-
YUV161.39150.9167.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 16%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=16%
G=41.47%
B=42.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761972020.620.0200.21182.3854.3154.51
Hex4CC5CA3E2015b63637
Octal1143053127620252666667
Binary100110011000101110010101111101001010110110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CC5CA; }

 p { color: rgb(76,197,202); }

 H1.HeaderClassName
 {
   color: #4CC5CA;
 }
 .AnyTagClassName
 {
   color: #4CC5CA;
 }
</style>
background-color css

<style>
 a { background-color: #4CC5CA; }

 a { background-color: rgb(76,197,202); }

 div.DivClassName
 {
   background-color: #4CC5CA;
 }
 .BgClassName
 {
   background-color: #4CC5CA;
 }
</style>
border-color css

<style>
 span { border-color: #4CC5CA; }

 span { border-color: rgb(76,197,202); }

 td.TdClassName
 {
   border-color: #4CC5CA;
 }
 .TagClassName
 {
   border-color: #4CC5CA;
 }
</style>