#32c2c3

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

Shades of Medium Turquoise #32C2C3

Tints of Medium Turquoise #32C2C3

Color information

#32C2C3 (or 0x32C2C3) is unknown color: approx Medium Turquoise. HEX triplet: 32, C2 and C3. RGB value is (50,194,195). Sum of RGB (Red+Green+Blue) = 50+194+195=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #32C2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2C3 is #CD3D3C. Grayscale: #969696. Windows color (decimal): -13450557 or 12829234. OLE color: 12829234.

HSL color Cylindrical-coordinate representation of color #32C2C3: hue angle of 180.41º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C2C3 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50194195-
CMYK0.740.0100.24
HSL180.41º59.18%48.04%-
HSV(B)180.41º74.36%76.47%-
XYZ30.4643.258.36-
YUV151.06152.7955.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.39%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 195 (76.56% from 255) = 44.42%
R=11.39%
G=44.19%
B=44.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501941950.740.0100.24180.4159.1848.04
Hex32C2C34A1018b43b30
Octal6230230311210302647360
Binary11001011000010110000111001010101100010110100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32c2c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32c2c3; }

 p { color: rgb(50,194,195); }

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

<style>
 a { background-color: #32c2c3; }

 a { background-color: rgb(50,194,195); }

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

<style>
 span { border-color: #32c2c3; }

 span { border-color: rgb(50,194,195); }

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