#32bfc1

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

Shades of Medium Turquoise #32BFC1

Tints of Medium Turquoise #32BFC1

Color information

#32BFC1 (or 0x32BFC1) is unknown color: approx Medium Turquoise. HEX triplet: 32, BF and C1. RGB value is (50,191,193). Sum of RGB (Red+Green+Blue) = 50+191+193=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #32BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFC1 is #CD403E. Grayscale: #949494. Windows color (decimal): -13451327 or 12697394. OLE color: 12697394.

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

Color convert

RGB50191193-
CMYK0.740.0100.24
HSL180.84º58.85%47.65%-
HSV(B)180.84º74.09%75.69%-
XYZ29.5741.7956.96-
YUV149.07152.7957.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.52%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=11.52%
G=44.01%
B=44.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501911930.740.0100.24180.8458.8547.65
Hex32BFC14A1018b53b30
Octal6227730111210302657360
Binary11001010111111110000011001010101100010110101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32bfc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,191,193); }

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

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

 a { background-color: rgb(50,191,193); }

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

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

 span { border-color: rgb(50,191,193); }

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