#32C2BD

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

Shades of Medium Turquoise #32C2BD

Tints of Medium Turquoise #32C2BD

Color information

#32C2BD (or 0x32C2BD) is unknown color: approx Medium Turquoise. HEX triplet: 32, C2 and BD. RGB value is (50,194,189). Sum of RGB (Red+Green+Blue) = 50+194+189=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #32C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2BD is #CD3D42. Grayscale: #969696. Windows color (decimal): -13450563 or 12436018. OLE color: 12436018.

HSL color Cylindrical-coordinate representation of color #32C2BD: hue angle of 177.92º 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 #32C2BD is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB50194189-
CMYK0.7400.030.24
HSL177.92º59.02%47.84%-
HSV(B)177.92º74.23%76.08%-
XYZ29.7942.9454.86-
YUV150.37149.7956.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.55%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=11.55%
G=44.80%
B=43.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501941890.7400.030.24177.9259.0247.84
Hex32C2BD4A0318b23b30
Octal6230227511203302627360
Binary110010110000101011110110010100111100010110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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