#32C4BE

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

Shades of Medium Turquoise #32C4BE

Tints of Medium Turquoise #32C4BE

Color information

#32C4BE (or 0x32C4BE) is unknown color: approx Medium Turquoise. HEX triplet: 32, C4 and BE. RGB value is (50,196,190). Sum of RGB (Red+Green+Blue) = 50+196+190=436 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.47% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #32C4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C4BE is #CD3B41. Grayscale: #979797. Windows color (decimal): -13450050 or 12502066. OLE color: 12502066.

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

Color convert

RGB50196190-
CMYK0.7400.030.23
HSL177.53º59.35%48.24%-
HSV(B)177.53º74.49%76.86%-
XYZ30.3543.8855.58-
YUV151.66149.6355.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.47%
GREEN value IS 196 (76.95% from 255) = 44.95%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=11.47%
G=44.95%
B=43.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501961900.7400.030.23177.5359.3548.24
Hex32C4BE4A0317b23b30
Octal6230427611203272627360
Binary110010110001001011111010010100111011110110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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