#32F1C5

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

Shades of Turquoise #32F1C5

Tints of Turquoise #32F1C5

Color information

#32F1C5 (or 0x32F1C5) is unknown color: approx Turquoise. HEX triplet: 32, F1 and C5. RGB value is (50,241,197). Sum of RGB (Red+Green+Blue) = 50+241+197=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #32F1C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F1C5 is #CD0E3A. Grayscale: #B2B2B2. Windows color (decimal): -13438523 or 12972338. OLE color: 12972338.

HSL color Cylindrical-coordinate representation of color #32F1C5: hue angle of 166.18º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F1C5 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB50241197-
CMYK0.7900.180.05
HSL166.18º87.21%57.06%-
HSV(B)166.18º79.25%94.51%-
XYZ42.8567.6263.62-
YUV178.87138.2236.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.25%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=10.25%
G=49.39%
B=40.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal502411970.7900.180.05166.1887.2157.06
Hex32F1C54F0125a65739
Octal62361305117022524612771
Binary11001011110001110001011001111010010101101001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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