#4CC5CB

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

Shades of Medium Turquoise #4CC5CB

Tints of Medium Turquoise #4CC5CB

Color information

#4CC5CB (or 0x4CC5CB) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C5 and CB. RGB value is (76,197,203). Sum of RGB (Red+Green+Blue) = 76+197+203=476 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.97% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CC5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC5CB is #B33A34. Grayscale: #A1A1A1. Windows color (decimal): -11745845 or 13354316. OLE color: 13354316.

HSL color Cylindrical-coordinate representation of color #4CC5CB: hue angle of 182.83º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC5CB is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB76197203-
CMYK0.630.0300.20
HSL182.83º54.98%54.71%-
HSV(B)182.83º62.56%79.61%-
XYZ33.7345.7863.56-
YUV161.5151.4167.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.97%
GREEN value IS 197 (77.34% from 255) = 41.39%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=15.97%
G=41.39%
B=42.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761972030.630.0300.20182.8354.9854.71
Hex4CC5CB3F3014b73737
Octal1143053137730242676767
Binary100110011000101110010111111111101010010110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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