#32C5C4

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

Shades of Medium Turquoise #32C5C4

Tints of Medium Turquoise #32C5C4

Color information

#32C5C4 (or 0x32C5C4) is unknown color: approx Medium Turquoise. HEX triplet: 32, C5 and C4. RGB value is (50,197,196). Sum of RGB (Red+Green+Blue) = 50+197+196=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #32C5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C5C4 is #CD3A3B. Grayscale: #989898. Windows color (decimal): -13449788 or 12895538. OLE color: 12895538.

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

Color convert

RGB50197196-
CMYK0.7500.010.23
HSL179.59º59.51%48.43%-
HSV(B)179.59º74.62%77.25%-
XYZ31.2544.659.19-
YUV152.93152.354.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.29%
GREEN value IS 197 (77.34% from 255) = 44.47%
BLUE value IS 196 (76.95% from 255) = 44.24%
R=11.29%
G=44.47%
B=44.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501971960.7500.010.23179.5959.5148.43
Hex32C5C44B0117b43c30
Octal6230530411301272647460
Binary11001011000101110001001001011011011110110100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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