#4CC4CB

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

Shades of Medium Turquoise #4CC4CB

Tints of Medium Turquoise #4CC4CB

Color information

#4CC4CB (or 0x4CC4CB) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C4 and CB. RGB value is (76,196,203). Sum of RGB (Red+Green+Blue) = 76+196+203=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CC4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC4CB is #B33B34. Grayscale: #A0A0A0. Windows color (decimal): -11746101 or 13354060. OLE color: 13354060.

HSL color Cylindrical-coordinate representation of color #4CC4CB: hue angle of 183.31º 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 #4CC4CB is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB76196203-
CMYK0.630.0300.20
HSL183.31º54.98%54.71%-
HSV(B)183.31º62.56%79.61%-
XYZ33.545.3363.48-
YUV160.92151.7467.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=16%
G=41.26%
B=42.74%

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
Decimal761962030.630.0300.20183.3154.9854.71
Hex4CC4CB3F3014b73737
Octal1143043137730242676767
Binary100110011000100110010111111111101010010110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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