#4CC5B7

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

Shades of Medium Turquoise #4CC5B7

Tints of Medium Turquoise #4CC5B7

Color information

#4CC5B7 (or 0x4CC5B7) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C5 and B7. RGB value is (76,197,183). Sum of RGB (Red+Green+Blue) = 76+197+183=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #4CC5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC5B7 is #B33A48. Grayscale: #9F9F9F. Windows color (decimal): -11745865 or 12043596. OLE color: 12043596.

HSL color Cylindrical-coordinate representation of color #4CC5B7: hue angle of 173.06º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC5B7 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB76197183-
CMYK0.6100.070.23
HSL173.06º51.05%53.53%-
HSV(B)173.06º61.42%77.25%-
XYZ31.4944.8951.8-
YUV159.22141.4168.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.67%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=16.67%
G=43.20%
B=40.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal761971830.6100.070.23173.0651.0553.53
Hex4CC5B73D0717ad3336
Octal1143052677507272556366
Binary1001100110001011011011111110101111011110101101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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