#32BEC4

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

Shades of Medium Turquoise #32BEC4

Tints of Medium Turquoise #32BEC4

Color information

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

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

Color convert

RGB50190196-
CMYK0.740.0300.23
HSL182.47º59.35%48.24%-
HSV(B)182.47º74.49%76.86%-
XYZ29.6941.4958.67-
YUV148.82154.6257.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501901960.740.0300.23182.4759.3548.24
Hex32BEC44A3017b63b30
Octal6227630411230272667360
Binary110010101111101100010010010101101011110110110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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