#32C4BD

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

Shades of Medium Turquoise #32C4BD

Tints of Medium Turquoise #32C4BD

Color information

#32C4BD (or 0x32C4BD) is unknown color: approx Medium Turquoise. HEX triplet: 32, C4 and BD. RGB value is (50,196,189). Sum of RGB (Red+Green+Blue) = 50+196+189=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #32C4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C4BD is #CD3B42. Grayscale: #979797. Windows color (decimal): -13450051 or 12436530. OLE color: 12436530.

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

Color convert

RGB50196189-
CMYK0.7400.040.23
HSL177.12º59.35%48.24%-
HSV(B)177.12º74.49%76.86%-
XYZ30.2443.8355.01-
YUV151.55149.1355.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.49%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=11.49%
G=45.06%
B=43.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501961890.7400.040.23177.1259.3548.24
Hex32C4BD4A0417b13b30
Octal6230427511204272617360
Binary1100101100010010111101100101001001011110110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,196,189); }

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

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

 a { background-color: rgb(50,196,189); }

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

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

 span { border-color: rgb(50,196,189); }

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