#4CC1C3

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

Shades of Medium Turquoise #4CC1C3

Tints of Medium Turquoise #4CC1C3

Color information

#4CC1C3 (or 0x4CC1C3) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C1 and C3. RGB value is (76,193,195). Sum of RGB (Red+Green+Blue) = 76+193+195=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #4CC1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC1C3 is #B33E3C. Grayscale: #9E9E9E. Windows color (decimal): -11746877 or 12829004. OLE color: 12829004.

HSL color Cylindrical-coordinate representation of color #4CC1C3: hue angle of 181.01º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC1C3 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB76193195-
CMYK0.610.0100.24
HSL181.01º49.79%53.14%-
HSV(B)181.01º61.03%76.47%-
XYZ31.943.6258.37-
YUV158.24148.7469.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.38%
GREEN value IS 193 (75.78% from 255) = 41.59%
BLUE value IS 195 (76.56% from 255) = 42.03%
R=16.38%
G=41.59%
B=42.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761931950.610.0100.24181.0149.7953.14
Hex4CC1C33D1018b53235
Octal1143013037510302656265
Binary10011001100000111000011111101101100010110101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,193,195); }

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

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

 a { background-color: rgb(76,193,195); }

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

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

 span { border-color: rgb(76,193,195); }

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